summaryrefslogtreecommitdiff
path: root/conform/data/sys/types.h-data
blob: c0b4ab73ee0b8a401653f668e53d457b8b3420c5 (plain)
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
#ifndef ISO
type blkcnt_t
type blksize_t
type clock_t
type clockid_t
type dev_t
# if !defined POSIX && !defined POSIX2008
type fsblkcnt_t
type fsfilcnt_t
# endif
type gid_t
type id_t
type ino_t
# if !defined POSIX && !defined POSIX2008
type key_t
# endif
type mode_t
type nlink_t
type off_t
type pid_t
type pthread_attr_t
type pthread_barrier_t
type pthread_barrierattr_t
type pthread_cond_t
type pthread_condattr_t
type pthread_key_t
type pthread_mutex_t
type pthread_mutexattr_t
type pthread_once_t
type pthread_rwlock_t
type pthread_rwlockattr_t
type pthread_spinlock_t
type pthread_t
type size_t
type ssize_t
# if !defined POSIX && !defined POSIX2008
type suseconds_t
# endif
type time_t
type timer_t
type uid_t

allow *_t
#endif