OSDN Git Service

add libc_hidden_proto(__cmsg_nxthdr) for mips
authorDenis Vlasenko <vda.linux@googlemail.com>
Sat, 29 Nov 2008 21:45:14 +0000 (21:45 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Sat, 29 Nov 2008 21:45:14 +0000 (21:45 -0000)
libc/sysdeps/linux/mips/bits/socket.h

index 0860b4d..39fadc6 100644 (file)
@@ -270,6 +270,7 @@ struct cmsghdr
 
 extern struct cmsghdr * __NTH (__cmsg_nxthdr (struct msghdr *__mhdr,
                                      struct cmsghdr *__cmsg)) __THROW;
+libc_hidden_proto(__cmsg_nxthdr)
 #ifdef __USE_EXTERN_INLINES
 # ifndef _EXTERN_INLINE
 #  define _EXTERN_INLINE extern __inline