619d01670ae29936fb590f0fb669d6e9ec047ffc
[openwrt/staging/chunkeey.git] / toolchain / uClibc / patches-0.9.30 / 130-sockets_throw.patch
1 --- a/libc/sysdeps/linux/mips/bits/socket.h
2 +++ b/libc/sysdeps/linux/mips/bits/socket.h
3 @@ -269,7 +269,7 @@ struct cmsghdr
4 #define CMSG_LEN(len) (CMSG_ALIGN (sizeof (struct cmsghdr)) + (len))
5
6 extern struct cmsghdr *__cmsg_nxthdr (struct msghdr *__mhdr,
7 - struct cmsghdr *__cmsg) __THROW;
8 + struct cmsghdr *__cmsg);
9 #ifdef __USE_EXTERN_INLINES
10 # ifndef _EXTERN_INLINE
11 # define _EXTERN_INLINE extern __inline