3f59353ab3
* xlat/msgctl_flags.in: Add default values to all constants, reorder to make them sorted by value. * xlat/semctl_flags.in: Likewise. * xlat/shmctl_flags.in: Likewise. Co-Authored-by: Dmitry V. Levin <ldv@altlinux.org>
11 lines
127 B
Plaintext
11 lines
127 B
Plaintext
/* sort -k2,2g */
|
|
IPC_RMID 0
|
|
IPC_SET 1
|
|
IPC_STAT 2
|
|
IPC_INFO 3
|
|
SHM_LOCK 11
|
|
SHM_UNLOCK 12
|
|
SHM_STAT 13
|
|
SHM_INFO 14
|
|
SHM_STAT_ANY 15
|