summaryrefslogtreecommitdiffstats
path: root/libc/misc/internals/errno.c
Commit message (Expand)AuthorAgeFilesLines
* errno: hide __libc_resp, __libc_errno, and __libc_h_errnoKhem Raj2010-02-011-3/+2
* errno.c: add tls versions of errno and h_errnoAustin Foxley2009-09-261-1/+12
* convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko2009-09-181-2/+0
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-181-2/+0
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-201-2/+2
* Fix a build break due to errno and h_errno being unresolved symbols. Rob Landley2007-03-071-2/+2
* redo errno handling so that it should work both in thread and non-threaded si...Mike Frysinger2007-02-211-15/+8
* use weak_alias() for data symbols, not strong_alias()Mike Frysinger2006-05-041-2/+2
* Last relocs jump and global data, (even locales) that I could remove are gone...Peter S. Mazinger2006-01-161-2/+7
* Remove all trailing ; after *_alias and change 2 to use weak_alias instead of...Peter S. Mazinger2005-12-161-2/+2
* Try this version instead...Eric Andersen2002-02-251-4/+7
* This is a bit less messyEric Andersen2002-02-201-26/+11
* Merge in the pthread library. This is the linuxthreads library taken fromEric Andersen2002-02-201-0/+29