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