index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libc
/
misc
/
internals
/
__errno_location.c
Age
Commit message (
Expand
)
Author
2014-04-23
weak symbols need to be "defined" weak but "declared" strong
Vineet Gupta
2014-04-23
LT.old: Make __errno_location/__h_errno_location thread safe
Vineet Gupta
2013-11-06
Fix weak/strong attribute of __errno_location and it's __GI alias
Vineet Gupta
2012-06-15
errno, h_errno: correct them for non-TLS
Peter S. Mazinger
2012-06-15
errno and *_init cleanup
Peter S. Mazinger
2010-07-06
Revert "don't make __errno_location / __h_errno_location hidden"
Austin Foxley
2010-07-05
don't make __errno_location / __h_errno_location hidden
Peter Korsgaard
2010-06-30
nptl/errno: Use a separate __errno_location for libpthread.
Khem Raj
2009-09-18
trim Experimentally off and uncommented hidden
Bernhard Reutner-Fischer
2008-11-20
Last portion of libc_hidden_proto removal.
Denis Vlasenko
2007-02-21
redo errno handling so that it should work both in thread and non-threaded si...
Mike Frysinger
2006-08-23
sync with psm: update errno handling to be the same on all arches
Mike Frysinger
2006-02-02
even the hidden version of the weaks in libc (as strong in libpthread) have t...
Peter S. Mazinger
2006-01-16
Correct a typo
Peter S. Mazinger
2006-01-16
Last relocs jump and global data, (even locales) that I could remove are gone...
Peter S. Mazinger
2002-02-20
Merge in the pthread library. This is the linuxthreads library taken from
Eric Andersen