diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2011-03-12 20:22:14 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2012-06-15 14:00:21 +0200 |
commit | 5068fb4d28fde61bc8b58809fd2f9b49e49da61c (patch) | |
tree | f1070ce13aef0732a3ccff5dee76fe8f88277f60 /libc/inet | |
parent | c6a755b571a5c84c44874e84170db25798233545 (diff) |
remove unneeded hiddens for rtime, basename, strtof* and wcstof*
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libc/inet')
-rw-r--r-- | libc/inet/rpc/rtime.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/inet/rpc/rtime.c b/libc/inet/rpc/rtime.c index f9f1d9e9d..8a78c2900 100644 --- a/libc/inet/rpc/rtime.c +++ b/libc/inet/rpc/rtime.c @@ -150,4 +150,3 @@ rtime (struct sockaddr_in *addrp, struct rpc_timeval *timep, timep->tv_usec = 0; return 0; } -libc_hidden_def (rtime) |