svn commit: trunk/uClibc/libc/sysdeps/linux/mips/bits

andersen at uclibc.org andersen at uclibc.org
Wed Dec 6 21:46:57 UTC 2006


Author: andersen
Date: 2006-12-06 13:46:56 -0800 (Wed, 06 Dec 2006)
New Revision: 16791

Log:
update from mjn3


Modified:
   trunk/uClibc/libc/sysdeps/linux/mips/bits/socket.h


Changeset:
Modified: trunk/uClibc/libc/sysdeps/linux/mips/bits/socket.h
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/mips/bits/socket.h	2006-12-06 20:46:21 UTC (rev 16790)
+++ trunk/uClibc/libc/sysdeps/linux/mips/bits/socket.h	2006-12-06 21:46:56 UTC (rev 16791)
@@ -268,8 +268,8 @@
 			 + CMSG_ALIGN (sizeof (struct cmsghdr)))
 #define CMSG_LEN(len)   (CMSG_ALIGN (sizeof (struct cmsghdr)) + (len))
 
-extern struct cmsghdr *__cmsg_nxthdr (struct msghdr *__mhdr,
-				      struct cmsghdr *__cmsg) __THROW;
+extern struct cmsghdr * __NTH (__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