Dr Andrew Scott G7VAV

My photo
 
June 2025
Mo Tu We Th Fr Sa Su
26 27 28 29 30 31 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 1 2 3 4 5 6


posix_types_64.h
01: #ifndef _ASM_X86_POSIX_TYPES_64_H
02: #define _ASM_X86_POSIX_TYPES_64_H
03: 
04: /*
05:  * This file is generally used by user-level software, so you need to
06:  * be a little careful about namespace pollution etc.  Also, we cannot
07:  * assume GCC is being used.
08:  */
09: 
10: typedef unsigned long   __kernel_ino_t;
11: typedef unsigned int    __kernel_mode_t;
12: typedef unsigned long   __kernel_nlink_t;
13: typedef long            __kernel_off_t;
14: typedef int             __kernel_pid_t;
15: typedef int             __kernel_ipc_pid_t;
16: typedef unsigned int    __kernel_uid_t;
17: typedef unsigned int    __kernel_gid_t;
18: typedef unsigned long   __kernel_size_t;
19: typedef long            __kernel_ssize_t;
20: typedef long            __kernel_ptrdiff_t;
21: typedef long            __kernel_time_t;
22: typedef long            __kernel_suseconds_t;
23: typedef long            __kernel_clock_t;
24: typedef int             __kernel_timer_t;
25: typedef int             __kernel_clockid_t;
26: typedef int             __kernel_daddr_t;
27: typedef char *          __kernel_caddr_t;
28: typedef unsigned short  __kernel_uid16_t;
29: typedef unsigned short  __kernel_gid16_t;
30: 
31: #ifdef __GNUC__
32: typedef long long       __kernel_loff_t;
33: #endif
34: 
35: typedef struct {
36:         int     val[2];
37: } __kernel_fsid_t;
38: 
39: typedef unsigned short __kernel_old_uid_t;
40: typedef unsigned short __kernel_old_gid_t;
41: typedef __kernel_uid_t __kernel_uid32_t;
42: typedef __kernel_gid_t __kernel_gid32_t;
43: 
44: typedef unsigned long   __kernel_old_dev_t;
45: 
46: 
47: #endif /* _ASM_X86_POSIX_TYPES_64_H */
48: 


for client (none)
© Andrew Scott 2006 - 2025,
All Rights Reserved
http://www.andrew-scott.uk/
Andrew Scott
http://www.andrew-scott.co.uk/