DEADSOFTWARE

728a8ce0ae744d5c1af580bd7da2f171f6499d38
[cpc.git] / src / i486 / linux / C99 / Mod / sys_types.cp
1 MODULE C99sys_types ['libc.so.6'];
3 (* generated by genposix.sh, do not modify *)
5 IMPORT SYSTEM, C99types;
7 TYPE
8 char* = C99types.char;
9 signed_char* = C99types.signed_char;
10 unsigned_char* = C99types.unsigned_char;
11 short* = C99types.short;
12 short_int* = C99types.short_int;
13 signed_short* = C99types.signed_short;
14 signed_short_int* = C99types.signed_short_int;
15 unsigned_short* = C99types.unsigned_short;
16 unsigned_short_int* = C99types.unsigned_short_int;
17 int* = C99types.int;
18 signed* = C99types.signed;
19 signed_int* = C99types.signed_int;
20 unsigned* = C99types.unsigned;
21 unsigned_int* = C99types.unsigned_int;
22 long* = C99types.long;
23 long_int* = C99types.long_int;
24 signed_long* = C99types.signed_long;
25 signed_long_int* = C99types.signed_long_int;
26 unsigned_long* = C99types.unsigned_long;
27 unsigned_long_int* = C99types.unsigned_long_int;
28 long_long* = C99types.long_long;
29 long_long_int* = C99types.long_long_int;
30 signed_long_long* = C99types.signed_long_long;
31 signed_long_long_int* = C99types.signed_long_long_int;
32 unsigned_long_long* = C99types.unsigned_long_long;
33 unsigned_long_long_int* = C99types.unsigned_long_long_int;
34 float* = C99types.float;
35 double* = C99types.double;
36 long_double* = C99types.long_double;
38 TYPE
39 blkcnt_t* = INTEGER;
40 blksize_t* = INTEGER;
41 clock_t* = INTEGER;
42 clockid_t* = INTEGER;
43 dev_t* = LONGINT;
44 fsblkcnt_t* = INTEGER;
45 fsfilcnt_t* = INTEGER;
46 gid_t* = INTEGER;
47 id_t* = INTEGER;
48 ino_t* = INTEGER;
49 key_t* = INTEGER;
50 mode_t* = INTEGER;
51 nlink_t* = INTEGER;
52 off_t* = INTEGER;
53 pid_t* = INTEGER;
54 pthread_attr_t* = RECORD [noalign] _: ARRAY [untagged] 36 OF BYTE END;
55 pthread_barrier_t* = RECORD [noalign] _: ARRAY [untagged] 20 OF BYTE END;
56 pthread_barrierattr_t* = INTEGER;
57 pthread_cond_t* = RECORD [noalign] _: ARRAY [untagged] 48 OF BYTE END;
58 pthread_condattr_t* = INTEGER;
59 pthread_key_t* = INTEGER;
60 pthread_mutex_t* = RECORD [noalign] _: ARRAY [untagged] 24 OF BYTE END;
61 pthread_mutexattr_t* = INTEGER;
62 pthread_once_t* = INTEGER;
63 pthread_rwlock_t* = RECORD [noalign] _: ARRAY [untagged] 32 OF BYTE END;
64 pthread_rwlockattr_t* = RECORD [noalign] _: ARRAY [untagged] 8 OF BYTE END;
65 pthread_spinlock_t* = INTEGER;
66 pthread_t* = INTEGER;
67 size_t* = INTEGER;
68 ssize_t* = INTEGER;
69 suseconds_t* = INTEGER;
70 time_t* = INTEGER;
71 timer_t* = INTEGER;
72 uid_t* = INTEGER;
75 END C99sys_types.