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

kraj at uclibc.org kraj at uclibc.org
Thu Dec 4 19:57:39 UTC 2008


Author: kraj
Date: 2008-12-04 11:57:38 -0800 (Thu, 04 Dec 2008)
New Revision: 24277

Log:
Remove __NTH from the declation.


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	2008-12-04 16:50:05 UTC (rev 24276)
+++ trunk/uClibc/libc/sysdeps/linux/mips/bits/socket.h	2008-12-04 19:57:38 UTC (rev 24277)
@@ -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;
 libc_hidden_proto(__cmsg_nxthdr)
 #ifdef __USE_EXTERN_INLINES
 # ifndef _EXTERN_INLINE




More information about the uClibc-cvs mailing list