Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
posix_types_64.h
Go to the documentation of this file.
1 #ifndef _ASM_X86_POSIX_TYPES_64_H
2 #define _ASM_X86_POSIX_TYPES_64_H
3 
4 /*
5  * This file is generally used by user-level software, so you need to
6  * be a little careful about namespace pollution etc. Also, we cannot
7  * assume GCC is being used.
8  */
9 
10 typedef unsigned short __kernel_old_uid_t;
11 typedef unsigned short __kernel_old_gid_t;
12 #define __kernel_old_uid_t __kernel_old_uid_t
13 
14 typedef unsigned long __kernel_old_dev_t;
15 #define __kernel_old_dev_t __kernel_old_dev_t
16 
18 
19 #endif /* _ASM_X86_POSIX_TYPES_64_H */