Fix whitespace issue.
[glibc.git] / conform / data / sys / sem.h-data
blob665b397c584ff84f7c7d48d6becb0621ce14b9f7
1 #if !defined ISO && !defined POSIX && !defined POSIX2008
2 constant SEM_UNDO
4 constant GETNCNT
5 constant GETPID
6 constant GETVAL
7 constant GETALL
8 constant GETZCNT
9 constant SETVAL
10 constant SETALL
12 type {struct semid_ds}
14 element {struct semid_ds} {struct ipc_perm} sem_perm
15 element {struct semid_ds} {unsigned short int} sem_nsems
16 element {struct semid_ds} time_t sem_otime
17 element {struct semid_ds} time_t sem_ctime
19 type pid_t
20 type time_t
21 type key_t
22 type size_t
24 type {struct sembuf}
26 element {struct sembuf} {unsigned short int} sem_num
27 element {struct sembuf} {short int} sem_op
28 element {struct sembuf} {short int} sem_flg
30 function int semctl (int, int, int, ...)
31 function int semget (key_t, int, int)
32 function int semop (int, struct sembuf*, size_t)
34 allow-header sys/ipc.h
36 allow sem*
37 allow SEM_*
38 allow *_t
39 #endif