summaryrefslogtreecommitdiffstats
path: root/libc/misc/internals/__errno_location.c
Commit message (Collapse)AuthorAgeFilesLines
* trim Experimentally off and uncommented hiddenAustin Foxley2009-09-181-1/+0
| | | | | | | | sed -i -e '/Experimentally off - /d' $(grep -rl "Experimentally off - " *) sed -i -e '/^\/\*[[:space:]]*libc_hidden_proto(/d' $(grep -rl "libc_hidden_proto" *) should be a nop Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* signed-off-by: Khem Raj <raj.khem@gmail.com>Khem Raj2008-12-021-11/+12
| | | | | More merges from trunk to get nptl compiling for arm. Also fix some errno related linking problems.
* And finally, make 'errno' and TLS variable. The TLS conversion of errno, ↵"Steven J. Hill"2006-01-051-1/+9
| | | | h_errno and __resp was a real challenge. I am glad that is over with.
* Merge in the pthread library. This is the linuxthreads library taken fromEric Andersen2002-02-201-0/+8
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