summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/bits/uClibc_mutex.h
AgeCommit message (Expand)Author
2012-06-15uClibc_pthread.h: do not install on targetPeter S. Mazinger
2012-06-15uClibc_mutex.h: fix bug in conditional macrosPeter S. Mazinger
2010-07-03remove extra comma in lock macroAustin Foxley
2010-04-28fix a few build errors for the no threads caseAustin Foxley
2010-04-22nptl: fix libc internal, dynamically enabled lockingTimo Teräs
2010-04-20nptl: remove unneeded libc-lock.h includeTimo Teräs
2010-04-16libc: remove libc weak __pthreads_* wrappersTimo Teras
2009-10-17rework internal uClibc mutexes to support futex locking, and nptlAustin Foxley
2008-11-26- revert 24148:24151Bernhard Reutner-Fischer
2008-11-25- hide locksBernhard Reutner-Fischer
2007-01-10Fix SEGV for static builds in exit() path.Joakim Tjernlund
2006-12-11fix building when pthread support is disabledMike Frysinger
2006-12-09silence a lot of warnings and fix a few genuine bugs while I'm at it.Eric Andersen
2006-12-08finish the pthread locking cleanups. This should get things compiling againEric Andersen
2006-12-07Major cleanup of internal mutex locking. Be more consistant in how we doEric Andersen