summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/mips/bits/socket.h
diff options
context:
space:
mode:
authorKhem Raj <kraj@mvista.com>2008-12-04 20:09:13 +0000
committerKhem Raj <kraj@mvista.com>2008-12-04 20:09:13 +0000
commit7ab7b02f634c679e1e28474603d0d8c1254bc1ef (patch)
tree3926dcd698937d49d3c7641bfe239d9f1abaed53 /libc/sysdeps/linux/mips/bits/socket.h
parent840d8b339541ab68b32c7f2363e58b4b107138f1 (diff)
downloaduClibc-alpine-7ab7b02f634c679e1e28474603d0d8c1254bc1ef.tar.bz2
uClibc-alpine-7ab7b02f634c679e1e28474603d0d8c1254bc1ef.tar.xz
Sync with trunk r24277
Remove __NTH from the declation.
Diffstat (limited to 'libc/sysdeps/linux/mips/bits/socket.h')
-rw-r--r--libc/sysdeps/linux/mips/bits/socket.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/sysdeps/linux/mips/bits/socket.h b/libc/sysdeps/linux/mips/bits/socket.h
index 39fadc676..05e26e693 100644
--- a/libc/sysdeps/linux/mips/bits/socket.h
+++ b/libc/sysdeps/linux/mips/bits/socket.h
@@ -268,8 +268,8 @@ struct cmsghdr
+ 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