musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/src/ipc/msgget.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ipc/msgget.c')
-rw-r--r--src/ipc/msgget.c 2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ipc/msgget.c b/src/ipc/msgget.c
index 9dfbc4ea..30a4b42b 100644
--- a/src/ipc/msgget.c
+++ b/src/ipc/msgget.c
@@ -4,7 +4,7 @@
int msgget(key_t k, int flag)
{
-#ifdef SYS_msgget
+#ifndef SYS_ipc
return syscall(SYS_msgget, k, flag);
#else
return syscall(SYS_ipc, IPCOP_msgget, k, flag);
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月25日 00:44:33 +0000

AltStyle によって変換されたページ (->オリジナル) /