summaryrefslogtreecommitdiffstats
path: root/libpthread/nptl/sem_open.c
Commit message (Collapse)AuthorAgeFilesLines
* mass sync with glibc nptlAustin Foxley2010-02-161-21/+26
| | | | Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* make the sem_open changes actually compileAustin Foxley2009-11-091-1/+1
| | | | | | __gen_tempname now needs to not be hidden so libpthread can get at it Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* Unbreak sem_open when UCLIBC_SUSV3_LEGACY is not definedMikhail Gusarov2009-11-091-32/+5
| | | | | | | | | sem_open uses mktemp to create temporary file. Reimplement it using __gen_tmpname, removing ugly while(1) loop. As a side-effect remove the potential source of EAGAIN errors. Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* libpthread/nptl: core of the "Native Posix Threading Library" for uClibcAustin Foxley2009-10-171-0/+418
| | | | | | 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-404/+0
|
* Import in NPTL code from glibc. For further information please"Steven J. Hill"2005-05-071-0/+404
consult the 'README.NPTL' file.