summaryrefslogtreecommitdiffstats
path: root/libpthread/nptl/pthread_create.c
Commit message (Collapse)AuthorAgeFilesLines
* warning fixesAustin Foxley2009-09-211-1/+1
| | | | Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* Make sure that multi-threaded statically linked applications use the realCarmelo Amoroso2008-09-031-0/+5
| | | | | | | | | | locking implementations instead of the empty stubs from libc.a. Removed also old work-around added to opendir, due to wrong pthread_mutex_init (from libc.a) used in static binaries. Signed-off-by: Filippo Arcidiacono <filippo.arcidiacono@st.com> Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Get rid of versioning and shared library compatibility code. We want to ↵"Steven J. Hill"2006-02-051-49/+1
| | | | start with as clean of a slate as possible. Whip me, beat me, make me shrink the code.
* Remove '__libc_fatal' function and usage of it. Remove and disable 'freeres' ↵"Steven J. Hill"2005-11-161-0/+8
| | | | code having to do with internal library memory usage and GDB. uClibc homey don't play that.
* Cleaned up 'sysdep.h' file madness."Steven J. Hill"2005-09-131-1/+0
|
* Sync up with latest NPTL code from glibc and add minor"Steven J. Hill"2005-06-031-0/+3
| | | | #ifdef __UCLIBC__ directives.
* Remove usage of 'hp-timing.h' header file which is for platforms with high"Steven J. Hill"2005-05-121-1/+0
| | | | | | performance timers. If you want them included in the NPTL build, copy the header from glibc into the 'libc/sysdeps/linux/<ARCH>' of your choice and have fun.
* More glibc backward compatibility cruft. Oh the horror!"Steven J. Hill"2005-05-111-2/+0
|
* Import in NPTL code from glibc. For further information please"Steven J. Hill"2005-05-071-0/+520
consult the 'README.NPTL' file.