summaryrefslogtreecommitdiffstats
path: root/libc/misc/error/err.c
Commit message (Collapse)AuthorAgeFilesLines
* trim Experimentally off and uncommented hiddenAustin Foxley2009-09-181-10/+1
| | | | | | | | sed -i -e '/Experimentally off - /d' $(grep -rl "Experimentally off - " *) sed -i -e '/^\/\*[[:space:]]*libc_hidden_proto(/d' $(grep -rl "libc_hidden_proto" *) should be a nop Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* Synch with trunk @ 24165Carmelo Amoroso2008-11-271-7/+7
| | | | | Step 17: libc_hidden_proto removal (almost all). and other minor changes (inline keyword, extra character)
* Synch with trunk @ 24087Carmelo Amoroso2008-11-181-2/+2
| | | | Step 10: libc_hidden_removal
* BIG BIG commit: all left files merged from trunk [rev 22714]. Currenntly ↵Carmelo Amoroso2008-07-091-0/+3
| | | | NPTL sh4 port build and work fine. All committed to allow Khem Ray working on a working branch to integrate the ARM nptl port. MIPS nptl port not tested but should still building and working fine. There are some other part non yet merged with trunk (misc/internals and some headers file that need some more work). Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Merge from trunk and bring in NPTL code in the various 'misc' subsystems."Steven J. Hill"2006-08-241-1/+0
|
* Merge from trunk."Steven J. Hill"2006-02-271-20/+29
|
* Big fricking merge from trunk."Steven J. Hill"2006-01-071-5/+3
|
* Merge from trunk."Steven J. Hill"2005-12-101-23/+33
|
* Finalize the merge from the trunk. There are more files to be"Steven J. Hill"2005-07-301-1/+1
| | | | merged, but they will be done manually.
* Rewrite the err/warn functions as they were broken (__noreturn__ funcsManuel Novoa III2004-03-111-0/+110
were returning). Anyway, also make them threadsafe and smaller. The error.c file still needs work.