summaryrefslogtreecommitdiffstats
path: root/libc/misc/pthread/weaks.c
Commit message (Expand)AuthorAgeFilesLines
* update pthread weak handling to the style glibc usesMike Frysinger2006-01-041-95/+7
* Convert usersPeter S. Mazinger2005-12-161-1/+1
* Yeah, suck it up. I'm tired of merging stuff."Steven J. Hill"2005-12-061-0/+5
* add some notes (thanks to mjn3) as to why we need these weaks, remove all the...Mike Frysinger2005-12-021-43/+44
* this is GNU sourceMike Frysinger2005-11-151-0/+1
* weaks moved after the related function so gcc4 won't warnPeter S. Mazinger2005-09-221-12/+12
* punt unused __pthread_return_void funcMike Frysinger2005-07-091-6/+0
* Joakim Tjernlund writes:Eric Andersen2004-05-141-10/+6
* My mistake. We do need some weak pthread_* funcs. But we were previouslyManuel Novoa III2004-01-041-2/+87
* Fix a long-standing bug with pthreads. A couple of linuxthreads filesManuel Novoa III2003-12-271-69/+4
* Be prepared to call __pthread_initialize_minimalEric Andersen2002-08-191-0/+1
* Fix use of __pthread_once, and fix rpc usage of thread localEric Andersen2002-08-121-0/+1
* Merge in the pthread library. This is the linuxthreads library taken fromEric Andersen2002-02-201-0/+107