diff options
Diffstat (limited to 'libc/inet/rpc/create_xid.c')
-rw-r--r-- | libc/inet/rpc/create_xid.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/inet/rpc/create_xid.c b/libc/inet/rpc/create_xid.c index b46062657..be24d660c 100644 --- a/libc/inet/rpc/create_xid.c +++ b/libc/inet/rpc/create_xid.c @@ -25,8 +25,8 @@ #include <sys/time.h> #include <rpc/rpc.h> -libc_hidden_proto(lrand48_r) -libc_hidden_proto(srand48_r) +/* libc_hidden_proto(lrand48_r) */ +/* libc_hidden_proto(srand48_r) */ /* libc_hidden_proto(gettimeofday) */ /* The RPC code is not threadsafe, but new code should be threadsafe. */ |