summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/powerpc
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-04-19 14:42:48 +0000
committerEric Andersen <andersen@codepoet.org>2001-04-19 14:42:48 +0000
commitedfe725171b053c01218336eb30e3e3dcc997916 (patch)
tree12e79ee8e23ecc3112f6f163f01455bce67d28b3 /libc/sysdeps/linux/powerpc
parent99a6ee4b85e3be653e2801f61d171763e1fa6015 (diff)
Remove all the __THROW macros
Diffstat (limited to 'libc/sysdeps/linux/powerpc')
-rw-r--r--libc/sysdeps/linux/powerpc/bits/socket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/powerpc/bits/socket.h b/libc/sysdeps/linux/powerpc/bits/socket.h
index 491b133b7..dc2d58cfc 100644
--- a/libc/sysdeps/linux/powerpc/bits/socket.h
+++ b/libc/sysdeps/linux/powerpc/bits/socket.h
@@ -251,7 +251,7 @@ extern struct cmsghdr *__cmsg_nxthdr __P ((struct msghdr *__mhdr,
# define _EXTERN_INLINE extern __inline
# endif
_EXTERN_INLINE struct cmsghdr *
-__cmsg_nxthdr (struct msghdr *__mhdr, struct cmsghdr *__cmsg) __THROW
+__cmsg_nxthdr (struct msghdr *__mhdr, struct cmsghdr *__cmsg)
{
if ((size_t) __cmsg->cmsg_len < sizeof (struct cmsghdr))
/* The kernel header does this so there may be a reason. */