summaryrefslogtreecommitdiffstats
path: root/libc/inet/rpc/rpc_thread.c
Commit message (Collapse)AuthorAgeFilesLines
* Joakim Tjernlund writes:Eric Andersen2004-05-141-1/+1
| | | | | | | | | | | Hi Erik It seems to me that __pthread_once and __pthread_initialize_minimal could be made WEAKs with no stub. The code in rpc_thread.c and __uClibc_main.c appears to expect this. Also, __pthread_return_0 __pthread_return_1 and __pthread_return_void can be static, not to pollute the name space. Jocke
* Fix use of __pthread_once, and fix rpc usage of thread localEric Andersen2002-08-121-10/+0
| | | | | storage.... -Erik
* Ugh. Make uClibc cross compile with gcc 2.95.x and threads. I wonderEric Andersen2002-08-111-20/+20
| | | | | if this is serious enough to warrent 0.9.14? -Erik
* Changes so that this file builds if we are not using threads.David McCullough2002-08-091-3/+2
|
* Rework RPC code once again. By default, only enable theEric Andersen2002-08-061-9/+34
| | | | | stuff needed for NFS mounts, rsh, and similar. -Erik
* Kill namespace pollution in getrpcent.c. Silence other rpc warningsEric Andersen2002-07-071-0/+5
| | | | | | by fixing prototypes. Fix global stuff so it should behave itself properly now, -Erik
* Re-backport all the rpc stuff from glibc 2.2.5. This allows us to make thisEric Andersen2002-06-171-0/+152
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