diff options
Diffstat (limited to 'sysvipc/sys')
-rw-r--r-- | sysvipc/sys/msg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysvipc/sys/msg.h b/sysvipc/sys/msg.h index ce91240a59..04ae31526f 100644 --- a/sysvipc/sys/msg.h +++ b/sysvipc/sys/msg.h @@ -46,7 +46,7 @@ typedef __ssize_t ssize_t; /* The following System V style IPC functions implement a message queue system. The definition is found in XPG2. */ -#ifdef __USE_GNU +#ifdef __USE_SVID /* Template for struct to be used as argument for `msgsnd' and `msgrcv'. */ struct msgbuf { |