uClibc: bsd supports the same floating point classification functions as c99, fixes...
[openwrt-10.03/.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