diff options
Diffstat (limited to 'libc/inet/hostid.c')
-rw-r--r-- | libc/inet/hostid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/inet/hostid.c b/libc/inet/hostid.c index 33668a2fe..2528a8ce6 100644 --- a/libc/inet/hostid.c +++ b/libc/inet/hostid.c @@ -25,7 +25,7 @@ libc_hidden_proto(read) libc_hidden_proto(write) libc_hidden_proto(getuid) libc_hidden_proto(geteuid) -libc_hidden_proto(gethostbyname) +libc_hidden_proto(gethostbyname_r) libc_hidden_proto(gethostname) #define HOSTID "/etc/hostid" |