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

vda at uclibc.org vda at uclibc.org
Sat Nov 29 21:45:15 UTC 2008


Author: vda
Date: 2008-11-29 13:45:14 -0800 (Sat, 29 Nov 2008)
New Revision: 24188

Log:
add libc_hidden_proto(__cmsg_nxthdr) for mips



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-11-29 21:24:21 UTC (rev 24187)
+++ trunk/uClibc/libc/sysdeps/linux/mips/bits/socket.h	2008-11-29 21:45:14 UTC (rev 24188)
@@ -270,6 +270,7 @@
 
 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




More information about the uClibc-cvs mailing list