1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00

Add first fixes for conformtest for POSIX2008

This commit is contained in:
Ulrich Drepper
2012-02-26 21:32:56 -05:00
parent 4a3dded527
commit d94a467080
20 changed files with 71 additions and 18 deletions

View File

@@ -1,5 +1,6 @@
#include <inet/arpa/inet.h>
#ifndef _ISOMAC
extern int __inet_aton (const char *__cp, struct in_addr *__inp);
libc_hidden_proto (__inet_aton)
@@ -8,3 +9,4 @@ libc_hidden_proto (inet_ntop)
libc_hidden_proto (inet_pton)
libc_hidden_proto (inet_makeaddr)
libc_hidden_proto (inet_netof)
#endif