summaryrefslogtreecommitdiffstats
path: root/libc/misc/pthread/weaks.c
Commit message (Expand)AuthorAgeFilesLines
* static build: fix internal locking weaks to get pulled in alwaysTimo Teras2010-05-071-40/+0
* nptl: fix libc internal, dynamically enabled lockingTimo Teräs2010-04-221-0/+40
* libc: remove libc weak __pthreads_* wrappersTimo Teras2010-04-161-44/+0
* silence a lot of warnings and fix a few genuine bugs while I'm at it.Eric Andersen2006-12-091-1/+0
* Major cleanup of internal mutex locking. Be more consistant in how we doEric Andersen2006-12-071-0/+3
* (no commit message)"Steven J. Hill"2006-12-021-0/+5
* Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...Peter S. Mazinger2006-01-221-1/+0
* 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