diff options
-rw-r--r-- | libc/inet/resolv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/inet/resolv.c b/libc/inet/resolv.c index dc53934e1..033e3e1e8 100644 --- a/libc/inet/resolv.c +++ b/libc/inet/resolv.c @@ -1545,7 +1545,7 @@ libc_hidden_def(gethostbyaddr) #ifdef L_read_etc_hosts_r -FILE * attribute_hidden __open_etc_hosts(void) +FILE * __open_etc_hosts(void) { FILE * fp; if ((fp = fopen("/etc/hosts", "r")) == NULL) { |