소스 검색

add libc_hidden_proto(__cmsg_nxthdr) for mips

Denis Vlasenko 17 년 전
부모
커밋
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