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 c11ab6c12..4972dcec2 100644 --- a/libc/inet/hostid.c +++ b/libc/inet/hostid.c @@ -22,7 +22,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" |