diff options
Diffstat (limited to 'libc/sysdeps/linux/mips/bits/ipc.h')
-rw-r--r-- | libc/sysdeps/linux/mips/bits/ipc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/mips/bits/ipc.h b/libc/sysdeps/linux/mips/bits/ipc.h index 8364dca56..a15b5fc8e 100644 --- a/libc/sysdeps/linux/mips/bits/ipc.h +++ b/libc/sysdeps/linux/mips/bits/ipc.h @@ -56,7 +56,7 @@ __BEGIN_DECLS /* The actual system call: all functions are multiplexed by this. */ extern int __ipc (int __call, int __first, int __second, int __third, - void *__ptr) __THROW; + void *__ptr); __END_DECLS |