瀏覽代碼

add libc_hidden_proto(__cmsg_nxthdr) for mips

Denis Vlasenko 15 年之前
父節點
當前提交
7c640bbb18
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      libc/sysdeps/linux/mips/bits/socket.h

+ 1 - 0
libc/sysdeps/linux/mips/bits/socket.h

@@ -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