svn commit: branches/uClibc-nptl/libc/sysdeps/linux/mips/bits

kraj at uclibc.org kraj at uclibc.org
Thu Dec 4 20:09:13 UTC 2008


Author: kraj
Date: 2008-12-04 12:09:13 -0800 (Thu, 04 Dec 2008)
New Revision: 24279

Log:
Sync with trunk r24277

Remove __NTH from the declation.



Modified:
   branches/uClibc-nptl/libc/sysdeps/linux/mips/bits/socket.h


Changeset:
Modified: branches/uClibc-nptl/libc/sysdeps/linux/mips/bits/socket.h
===================================================================
--- branches/uClibc-nptl/libc/sysdeps/linux/mips/bits/socket.h	2008-12-04 20:06:41 UTC (rev 24278)
+++ branches/uClibc-nptl/libc/sysdeps/linux/mips/bits/socket.h	2008-12-04 20:09:13 UTC (rev 24279)
@@ -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