]> git.enpas.org Git - openwrt.git/blob - toolchain/uClibc/patches-0.9.29/130-sockets_throw.patch
[toolchain] enable UCLIBC_SUPPORT_AI_ADDRCONFIG in common uclibc 0.9.30.1 config...
[openwrt.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