diff options
Diffstat (limited to 'libc/misc')
-rw-r--r-- | libc/misc/sysvipc/ipc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/misc/sysvipc/ipc.h b/libc/misc/sysvipc/ipc.h index c1d4e76c5..105232fea 100644 --- a/libc/misc/sysvipc/ipc.h +++ b/libc/misc/sysvipc/ipc.h @@ -8,7 +8,7 @@ /* The actual system call: all functions are multiplexed by this. */ extern int __syscall_ipc __P((unsigned int __call, int __first, int __second, - int __third, void *__ptr)); + int __third, void *__ptr)) attribute_hidden; /* The codes for the functions to use the multiplexer `__syscall_ipc'. */ |