summaryrefslogtreecommitdiffstats
path: root/libc/signal/sigpause.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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 m...Peter S. Mazinger2006-01-141-7/+11
* 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
* More reorg. A place for everything and everything in its place...Eric Andersen2000-10-231-0/+37