diff options
Diffstat (limited to 'include/bits/ipc.h')
-rw-r--r-- | include/bits/ipc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/bits/ipc.h b/include/bits/ipc.h index 5f699e8f49..92fb4505a5 100644 --- a/include/bits/ipc.h +++ b/include/bits/ipc.h @@ -3,8 +3,8 @@ __BEGIN_DECLS /* The actual system call: all functions are multiplexed by this. */ -extern int __syscall_ipc __P ((int __call, int __first, int __second, - int __third, void *__ptr)); +extern int __syscall_ipc (int __call, int __first, int __second, + int __third, void *__ptr) __THROW; __END_DECLS |