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.c
Age
Commit message (
Expand
)
Author
2012-06-15
errno, h_errno: correct them for non-TLS
Peter S. Mazinger
2010-02-01
errno: hide __libc_resp, __libc_errno, and __libc_h_errno
Khem Raj
2009-09-26
errno.c: add tls versions of errno and h_errno
Austin Foxley
2009-09-18
convert // comments to /**/; remove empty #if/#endif pairs. no code changes
Denys Vlasenko
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-03-07
Fix a build break due to errno and h_errno being unresolved symbols.
Rob Landley
2007-02-21
redo errno handling so that it should work both in thread and non-threaded si...
Mike Frysinger
2006-05-04
use weak_alias() for data symbols, not strong_alias()
Mike Frysinger
2006-01-16
Last relocs jump and global data, (even locales) that I could remove are gone...
Peter S. Mazinger
2005-12-16
Remove all trailing ; after *_alias and change 2 to use weak_alias instead of...
Peter S. Mazinger
2002-02-25
Try this version instead...
Eric Andersen
2002-02-20
This is a bit less messy
Eric Andersen
2002-02-20
Merge in the pthread library. This is the linuxthreads library taken from
Eric Andersen