summaryrefslogtreecommitdiff
path: root/libc/misc/internals/__errno_location.c
AgeCommit message (Expand)Author
2014-04-23weak symbols need to be "defined" weak but "declared" strongVineet Gupta
2014-04-23LT.old: Make __errno_location/__h_errno_location thread safeVineet Gupta
2013-11-06Fix weak/strong attribute of __errno_location and it's __GI aliasVineet Gupta
2012-06-15errno, h_errno: correct them for non-TLSPeter S. Mazinger
2012-06-15errno and *_init cleanupPeter S. Mazinger
2010-07-06Revert "don't make __errno_location / __h_errno_location hidden"Austin Foxley
2010-07-05don't make __errno_location / __h_errno_location hiddenPeter Korsgaard
2010-06-30nptl/errno: Use a separate __errno_location for libpthread.Khem Raj
2009-09-18trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer
2008-11-20Last portion of libc_hidden_proto removal.Denis Vlasenko
2007-02-21redo errno handling so that it should work both in thread and non-threaded si...Mike Frysinger
2006-08-23sync with psm: update errno handling to be the same on all archesMike Frysinger
2006-02-02even the hidden version of the weaks in libc (as strong in libpthread) have t...Peter S. Mazinger
2006-01-16Correct a typoPeter S. Mazinger
2006-01-16Last relocs jump and global data, (even locales) that I could remove are gone...Peter S. Mazinger
2002-02-20Merge in the pthread library. This is the linuxthreads library taken fromEric Andersen