summaryrefslogtreecommitdiff
path: root/libc/misc/pthread/weaks.c
AgeCommit message (Expand)Author
2006-12-07Major cleanup of internal mutex locking. Be more consistant in how we doEric Andersen
2006-12-02(no commit message)"Steven J. Hill"
2006-01-22Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...Peter S. Mazinger
2006-01-04update pthread weak handling to the style glibc usesMike Frysinger
2005-12-16Convert usersPeter S. Mazinger
2005-12-06Yeah, suck it up. I'm tired of merging stuff."Steven J. Hill"
2005-12-02add some notes (thanks to mjn3) as to why we need these weaks, remove all the...Mike Frysinger
2005-11-15this is GNU sourceMike Frysinger
2005-09-22weaks moved after the related function so gcc4 won't warnPeter S. Mazinger
2005-07-09punt unused __pthread_return_void funcMike Frysinger
2004-05-14Joakim Tjernlund writes:Eric Andersen
2004-01-04My mistake. We do need some weak pthread_* funcs. But we were previouslyManuel Novoa III
2003-12-27Fix a long-standing bug with pthreads. A couple of linuxthreads filesManuel Novoa III
2002-08-19Be prepared to call __pthread_initialize_minimalEric Andersen
2002-08-12Fix use of __pthread_once, and fix rpc usage of thread localEric Andersen
2002-02-20Merge in the pthread library. This is the linuxthreads library taken fromEric Andersen