summaryrefslogtreecommitdiffstats
path: root/libc/inet/rpc/rtime.c
Commit message (Collapse)AuthorAgeFilesLines
* Make sure the sccsid tags never get compiled in.Eric Andersen2002-06-181-3/+3
| | | | -Erik
* Re-backport all the rpc stuff from glibc 2.2.5. This allows us to make thisEric Andersen2002-06-171-0/+149
junk (and I do mean that ;-) thread safe without undue pain. Adds 12k worth to the code size I'm afraid, but since I never use NFS and therefore never include this stuff, I guess thats acceptable. I still need to enable the multi-threaded bits... -Erik