* 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>
9 lines
101 B
Plaintext
9 lines
101 B
Plaintext
/* sort -k2,2g */
|
|
IPC_RMID 0
|
|
IPC_SET 1
|
|
IPC_STAT 2
|
|
IPC_INFO 3
|
|
MSG_STAT 11
|
|
MSG_INFO 12
|
|
MSG_STAT_ANY 13
|