summaryrefslogtreecommitdiffstats
path: root/libpthread/nptl/sem_unlink.c
Commit message (Collapse)AuthorAgeFilesLines
* sem_open.c/sem_unlink.c: Use INTUSE macro to get proper function call to ↵Khem Raj2010-12-181-1/+1
| | | | | | | | | __pthread_once We need to use __pthread_once_internal if available this macro is therefore used to notify that. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mass sync with glibc nptlAustin Foxley2010-02-161-1/+2
| | | | Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* nptl: fix old style function declerationsAustin Foxley2009-12-091-2/+1
| | | | | | also fix a few shadowed local warnings Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* libpthread/nptl: core of the "Native Posix Threading Library" for uClibcAustin Foxley2009-10-171-0/+67
| | | | | | targetting arm,sh,i386,mips,sparc for now Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* Back out nptl changes, which for now will be done in branches/uClibc-nptlEric Andersen2005-05-201-67/+0
|
* Import in NPTL code from glibc. For further information please"Steven J. Hill"2005-05-071-0/+67
consult the 'README.NPTL' file.