Sfoglia il codice sorgente

add libc_hidden_proto(__cmsg_nxthdr) for mips

Denis Vlasenko 15 anni fa
parent
commit
7c640bbb18
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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