diff options
Diffstat (limited to 'libc/inet/hostid.c')
-rw-r--r-- | libc/inet/hostid.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/libc/inet/hostid.c b/libc/inet/hostid.c index cadcd1b28..99346d7f8 100644 --- a/libc/inet/hostid.c +++ b/libc/inet/hostid.c @@ -15,15 +15,6 @@ #include <fcntl.h> #include <unistd.h> -/* Experimentally off - libc_hidden_proto(memcpy) */ -/* libc_hidden_proto(open) */ -/* 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) */ #define HOSTID "/etc/hostid" |