summaryrefslogtreecommitdiffstats
path: root/libc/misc/pthread/no-tsd.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove __libc_internal_tsd_{s,g}et, they do not exist anymorePeter S. Mazinger2006-03-091-33/+0
|
* Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ↵Peter S. Mazinger2006-01-221-1/+0
| | | | is a useless attempt
* this is GNU sourceMike Frysinger2005-11-151-0/+1
|
* Merge in the pthread library. This is the linuxthreads library taken fromEric Andersen2002-02-201-0/+33
glibc 2.1.3 and ported to work with uClibc by Stefan Soucek and Erik Andersen (me). Stefan has hacked things up such that linuxthreads runs on MMU-less systems (tested only on arm-nommu). Erik cleaned things up and made it work properly as a shared library. -Erik