diff options
Diffstat (limited to 'libc/inet/hostid.c')
-rw-r--r-- | libc/inet/hostid.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libc/inet/hostid.c b/libc/inet/hostid.c index e4c592b86..42ee53fbd 100644 --- a/libc/inet/hostid.c +++ b/libc/inet/hostid.c @@ -20,10 +20,10 @@ /* libc_hidden_proto(close) */ /* libc_hidden_proto(read) */ /* libc_hidden_proto(write) */ -libc_hidden_proto(getuid) -libc_hidden_proto(geteuid) -libc_hidden_proto(gethostbyname_r) -libc_hidden_proto(gethostname) +/* libc_hidden_proto(getuid) */ +/* libc_hidden_proto(geteuid) */ +/* libc_hidden_proto(gethostbyname_r) */ +/* libc_hidden_proto(gethostname) */ #define HOSTID "/etc/hostid" |