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_32.h
01: #ifndef _ASM_X86_POSIX_TYPES_32_H
02: #define _ASM_X86_POSIX_TYPES_32_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 short  __kernel_mode_t;
12: typedef unsigned short  __kernel_nlink_t;
13: typedef long            __kernel_off_t;
14: typedef int             __kernel_pid_t;
15: typedef unsigned short  __kernel_ipc_pid_t;
16: typedef unsigned short  __kernel_uid_t;
17: typedef unsigned short  __kernel_gid_t;
18: typedef unsigned int    __kernel_size_t;
19: typedef int             __kernel_ssize_t;
20: typedef int             __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: typedef unsigned int    __kernel_uid32_t;
31: typedef unsigned int    __kernel_gid32_t;
32: 
33: typedef unsigned short  __kernel_old_uid_t;
34: typedef unsigned short  __kernel_old_gid_t;
35: typedef unsigned short  __kernel_old_dev_t;
36: 
37: #ifdef __GNUC__
38: typedef long long       __kernel_loff_t;
39: #endif
40: 
41: typedef struct {
42:         int     val[2];
43: } __kernel_fsid_t;
44: 
45: 
46: #endif /* _ASM_X86_POSIX_TYPES_32_H */
47: 


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