svn commit: branches/uClibc_0_9_30/libc/sysdeps/linux/mips/bits

kraj at uclibc.org kraj at uclibc.org
Thu Dec 4 20:06:41 UTC 2008


Author: kraj
Date: 2008-12-04 12:06:41 -0800 (Thu, 04 Dec 2008)
New Revision: 24278

Log:
Merge from trunk.


Modified:
   branches/uClibc_0_9_30/libc/sysdeps/linux/mips/bits/socket.h


Changeset:
Modified: branches/uClibc_0_9_30/libc/sysdeps/linux/mips/bits/socket.h
===================================================================
--- branches/uClibc_0_9_30/libc/sysdeps/linux/mips/bits/socket.h	2008-12-04 19:57:38 UTC (rev 24277)
+++ branches/uClibc_0_9_30/libc/sysdeps/linux/mips/bits/socket.h	2008-12-04 20:06:41 UTC (rev 24278)
@@ -268,8 +268,8 @@
 			 + CMSG_ALIGN (sizeof (struct cmsghdr)))
 #define CMSG_LEN(len)   (CMSG_ALIGN (sizeof (struct cmsghdr)) + (len))
 
-extern struct cmsghdr * __NTH (__cmsg_nxthdr (struct msghdr *__mhdr,
-				      struct cmsghdr *__cmsg)) __THROW;
+extern struct cmsghdr *__cmsg_nxthdr (struct msghdr *__mhdr,
+				      struct cmsghdr *__cmsg) __THROW;
 #ifdef __USE_EXTERN_INLINES
 # ifndef _EXTERN_INLINE
 #  define _EXTERN_INLINE extern __inline




More information about the uClibc-cvs mailing list