Avoid re-exec-self in bug-setlocale1.
[glibc.git] / include / bits / ipc.h
blob481fe91a8e89130a50d172dcf7bbb8abe90683a7
1 #include_next <bits/ipc.h>
3 __BEGIN_DECLS
5 /* The actual system call: all functions are multiplexed by this. */
6 extern int __syscall_ipc (int __call, int __first, int __second,
7 int __third, void *__ptr);
9 __END_DECLS
12 /* The codes for the functions to use the multiplexer `__syscall_ipc'. */
13 #define IPCOP_semop 1
14 #define IPCOP_semget 2
15 #define IPCOP_semctl 3
16 #define IPCOP_msgsnd 11
17 #define IPCOP_msgrcv 12
18 #define IPCOP_msgget 13
19 #define IPCOP_msgctl 14
20 #define IPCOP_shmat 21
21 #define IPCOP_shmdt 22
22 #define IPCOP_shmget 23
23 #define IPCOP_shmctl 24