summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/e1/setjmp.c
AgeCommit message (Collapse)Author
2015-12-05good by e1Waldemar Brodkorb
It is marked as broken and it seems you can't get any hardware for that anymore.
2009-09-18trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer
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: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
2008-11-20next portion of libc_hidden_proto removalDenis Vlasenko
2008-07-23- trim any trailing whitespaceBernhard Reutner-Fischer
2008-04-24- fixup asm. No object-code changesBernhard Reutner-Fischer
2006-01-21Remove other __sigprocmask occurences, even if unused, remove unsed filePeter S. Mazinger
2005-12-01Hide mostly used functionsPeter S. Mazinger
2003-10-08Patch from George Thanos adding support for the "e1" architecture.Eric Andersen