diff options
author | David Schleef <ds@schleef.org> | 2001-05-22 14:36:19 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2001-05-22 14:36:19 +0000 |
commit | d2c9f24fe0a6e73247c827d54b8c2189b61c4ea2 (patch) | |
tree | 3e351d506328f995a6fc84cb574f4c38535ba6c4 /libc/sysdeps/linux/mips/bits/ipc.h | |
parent | 665ce29c84a830259683fdb58c76da7efc00f890 (diff) |
Header cleanups to fix compilation. Mostly a hack, pending figuring
out the best way to do some things.
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 |