130-sockets_throw.patch 648 B

123456789101112
  1. diff -urN uClibc-0.9.29/libc/sysdeps/linux/mips/bits/socket.h uClibc-0.9.29.new/libc/sysdeps/linux/mips/bits/socket.h
  2. --- uClibc-0.9.29/libc/sysdeps/linux/mips/bits/socket.h 2006-12-06 22:46:56.000000000 +0100
  3. +++ uClibc-0.9.29.new/libc/sysdeps/linux/mips/bits/socket.h 2007-12-31 14:25:29.000000000 +0100
  4. @@ -269,7 +269,7 @@
  5. #define CMSG_LEN(len) (CMSG_ALIGN (sizeof (struct cmsghdr)) + (len))
  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