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

psm at uclibc.org psm at uclibc.org
Mon Mar 20 09:42:13 UTC 2006


Author: psm
Date: 2006-03-20 01:42:12 -0800 (Mon, 20 Mar 2006)
New Revision: 14580

Log:
Replace __THROW w/ __NTH pointed out by Amir Shalem, take 2

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


Changeset:
Modified: trunk/uClibc/libc/sysdeps/linux/common/bits/socket.h
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/common/bits/socket.h	2006-03-20 09:41:37 UTC (rev 14579)
+++ trunk/uClibc/libc/sysdeps/linux/common/bits/socket.h	2006-03-20 09:42:12 UTC (rev 14580)
@@ -264,7 +264,7 @@
 #  define _EXTERN_INLINE extern __inline
 # endif
 _EXTERN_INLINE struct cmsghdr *
-__cmsg_nxthdr (struct msghdr *__mhdr, struct cmsghdr *__cmsg) __THROW
+__NTH (__cmsg_nxthdr (struct msghdr *__mhdr, struct cmsghdr *__cmsg))
 {
   if ((size_t) __cmsg->cmsg_len < sizeof (struct cmsghdr))
     /* The kernel header does this so there may be a reason.  */




More information about the uClibc-cvs mailing list