summaryrefslogtreecommitdiff
path: root/libc/misc/internals/errno.c
AgeCommit message (Expand)Author
2007-03-07Fix a build break due to errno and h_errno being unresolved symbols. Rob Landley
2007-02-21redo errno handling so that it should work both in thread and non-threaded si...Mike Frysinger
2006-05-04use weak_alias() for data symbols, not strong_alias()Mike Frysinger
2006-01-16Last relocs jump and global data, (even locales) that I could remove are gone...Peter S. Mazinger
2005-12-16Remove all trailing ; after *_alias and change 2 to use weak_alias instead of...Peter S. Mazinger
2002-02-25Try this version instead...Eric Andersen
2002-02-20This is a bit less messyEric Andersen
2002-02-20Merge in the pthread library. This is the linuxthreads library taken fromEric Andersen