32bit memcmp/strcmp/strncmp optimized for SSSE3/SSS4.2
[glibc.git] / conform / data / sys / types.h-data
blob4070be5c59098e38c13c944c4b5875592765af50
1 #ifndef ISO
2 type blkcnt_t
3 type blksize_t
4 type clock_t
5 type clockid_t
6 type dev_t
7 # if !defined POSIX
8 type fsblkcnt_t
9 type fsfilcnt_t
10 # endif
11 type gid_t
12 type id_t
13 type ino_t
14 # if !defined POSIX && !defined POSIX2008
15 type key_t
16 # endif
17 type mode_t
18 type nlink_t
19 type off_t
20 type pid_t
21 type pthread_attr_t
22 type pthread_barrier_t
23 type pthread_barrierattr_t
24 type pthread_cond_t
25 type pthread_condattr_t
26 type pthread_key_t
27 type pthread_mutex_t
28 type pthread_mutexattr_t
29 type pthread_once_t
30 type pthread_rwlock_t
31 type pthread_rwlockattr_t
32 type pthread_spinlock_t
33 type pthread_t
34 type size_t
35 type ssize_t
36 # if !defined POSIX && !defined POSIX2008
37 type suseconds_t
38 # endif
39 type time_t
40 type timer_t
41 type uid_t
43 allow *_t
44 #endif