summaryrefslogtreecommitdiffstats
path: root/libpthread/nptl/pthread_create.c
Commit message (Collapse)AuthorAgeFilesLines
* 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.