aboutsummaryrefslogtreecommitdiff
path: root/include/bits
diff options
context:
space:
mode:
Diffstat (limited to 'include/bits')
-rw-r--r--include/bits/ipc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/bits/ipc.h b/include/bits/ipc.h
index 5f699e8..92fb450 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