From: Dmitry V. Levin Date: Fri, 17 Nov 2017 00:24:41 +0000 (+0000) Subject: Remove fallback definitions for SHM_STAT and SHM_INFO constants X-Git-Tag: v4.21~311 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=df819c72492184fe45e6d70f790fe7bc0884fdf4;p=strace Remove fallback definitions for SHM_STAT and SHM_INFO constants These constants are universally available for quite a long time and are used unconditionally in tests without any complaints. * xlat/shmctl_flags.in: Remove fallback definitions. --- diff --git a/xlat/shmctl_flags.in b/xlat/shmctl_flags.in index 08908bb3..f22e793d 100644 --- a/xlat/shmctl_flags.in +++ b/xlat/shmctl_flags.in @@ -2,7 +2,7 @@ IPC_RMID IPC_SET IPC_STAT IPC_INFO -SHM_STAT 13 -SHM_INFO 14 SHM_LOCK SHM_UNLOCK +SHM_STAT +SHM_INFO