clean up uclibc patch/config version handling a bit
[openwrt/staging/chunkeey.git] / toolchain / uClibc / patches-0.9.29 / 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 * __NTH (__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