summaryrefslogtreecommitdiffstats
path: root/libc/signal/sigpause.c
Commit message (Collapse)AuthorAgeFilesLines
* libc: Add missing header for memsetCarmelo Amoroso2009-12-161-1/+0
| | | | | | | | | Silence compiler warning by adding the missing string.h header to include memset prototype. Do some code tidy-up removing commented out libc_hidden_proto macros in the meanwhile. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* cancellation support for a large amount of the required syscallsAustin Foxley2009-10-171-1/+19
| | | | Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* sigpause: remove libc_hidden_proto/defDenys Vlasenko2009-09-191-1/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-181-5/+0
| | | | | | | | 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>
* remove checks for "impossible" errors,Denis Vlasenko2008-12-011-5/+3
| | | | | | | | | | | | | | | | clarify uses of unoptimized sigXXX ops (they check signo), use faster sigops where approproate. text data bss dec hex filename - 68 0 0 68 44 libc/signal/sighold.o + 63 0 0 63 3f libc/signal/sighold.o - 114 0 0 114 72 libc/signal/sigintr.o + 110 0 0 110 6e libc/signal/sigintr.o - 113 0 0 113 71 libc/signal/sigpause.o + 108 0 0 108 6c libc/signal/sigpause.o - 68 0 0 68 44 libc/signal/sigrelse.o + 63 0 0 63 3f libc/signal/sigrelse.o
* shring sugnal-relared stuff a bit. BTW why constant memset is not inlined by ↵Denis Vlasenko2008-11-291-3/+6
| | | | | | | | | | | gcc? text data bss dec hex filename - 38015 18096 8636 64747 fceb lib/libpthread-0.9.30-svn.so + 38001 18096 8636 64733 fcdd lib/libpthread-0.9.30-svn.so - 274842 1835 19012 295689 48309 lib/libuClibc-0.9.30-svn.so + 274779 1835 19012 295626 482ca lib/libuClibc-0.9.30-svn.so
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-201-4/+4
| | | | | Appears to build fine (several .configs tried)
* next portion of libc_hidden_proto removalDenis Vlasenko2008-11-201-1/+1
|
* Change to build w/ -std=c99Peter S. Mazinger2006-01-231-2/+1
|
* Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ↵Peter S. Mazinger2006-01-221-0/+2
| | | | is a useless attempt
* disable deprecated warnings for some filesMike Frysinger2006-01-201-0/+1
|
* make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger2006-01-141-2/+3
|
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵Peter S. Mazinger2006-01-141-7/+11
| | | | missing headers, other jump relocs removed
* internal sigpause, do we really default to BSD signals?Peter S. Mazinger2005-12-091-3/+4
|
* More hiding, including __mempcpyPeter S. Mazinger2005-12-031-0/+2
|
* Hide mostly used functionsPeter S. Mazinger2005-12-011-1/+1
|
* sync with glibc (and shrinks the object code nicely by like half)Mike Frysinger2005-12-011-15/+4
|
* update licenses and sync with glibcMike Frysinger2005-11-151-9/+10
|
* Let the #define do all the workEric Andersen2005-11-141-6/+0
|
* Lets not just paper over this. Add implementation of __xpg_sigpause()Eric Andersen2005-11-101-0/+6
|
* Sigpause was broken. Now it is fixed.Eric Andersen2001-05-161-21/+49
| | | | -Erik
* More reorg. A place for everything and everything in its place...Eric Andersen2000-10-231-0/+37