Add i386 memset and memcpy assembly functions
[glibc.git] / conform / data / sys / types.h-data
blob36c5efac6318db528716c204e08ea92215be6aa6
1 #if !defined ISO && !defined ISO99 && !defined ISO11
2 #if !defined POSIX
3 type blkcnt_t
4 type blksize_t
5 type clock_t
6 type clockid_t
7 #endif
8 type dev_t
9 # if !defined POSIX
10 type fsblkcnt_t
11 type fsfilcnt_t
12 # endif
13 type gid_t
14 #if !defined POSIX
15 type id_t
16 #endif
17 type ino_t
18 # if !defined POSIX && !defined POSIX2008
19 type key_t
20 # endif
21 type mode_t
22 type nlink_t
23 type off_t
24 type pid_t
25 #if !defined XPG3 && !defined XPG4
26 type pthread_attr_t
27 #if !defined POSIX && !defined UNIX98
28 type pthread_barrier_t
29 type pthread_barrierattr_t
30 #endif
31 type pthread_cond_t
32 type pthread_condattr_t
33 type pthread_key_t
34 type pthread_mutex_t
35 type pthread_mutexattr_t
36 type pthread_once_t
37 #if !defined POSIX
38 type pthread_rwlock_t
39 type pthread_rwlockattr_t
40 #endif
41 #if !defined POSIX && !defined UNIX98
42 type pthread_spinlock_t
43 #endif
44 type pthread_t
45 #endif
46 type size_t
47 type ssize_t
48 # if !defined POSIX && !defined POSIX2008
49 type suseconds_t
50 # endif
51 # ifndef POSIX
52 type time_t
53 type timer_t
54 # endif
55 type uid_t
57 allow *_t
58 #endif