summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/bits/sigset.h
Commit message (Collapse)AuthorAgeFilesLines
* Synch whole signal handling rework with trunk. Tested on nptl-sh4.Carmelo Amoroso2009-01-221-7/+18
| | | | | Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Synch with trunk @ 24392Carmelo Amoroso2008-12-121-40/+84
| | | | | | Step 25: partial merge of signal handling changes from trunk, that keeps the nptl branch still working (at least on sh4). libc/signal/sigaction.c not merged because it causes sh4 hanging
* Synch with trunk @ 24261Carmelo Amoroso2008-12-111-104/+47
| | | | | | | Step 19: merge change in rev 24250 - Use runtime pagesize (Jeremy Kerr) Some powerpc machines can support 64k pages, enabled by the CONFIG_64K_PAGES option in linux.
* Synch with trunk @ 24242Carmelo Amoroso2008-12-031-47/+105
| | | | | Step 18: some more synch: hidden_proto, size reduction and signal handling changes.
* Synch with trunk @ 24165Carmelo Amoroso2008-11-271-0/+3
| | | | | Step 17: libc_hidden_proto removal (almost all). and other minor changes (inline keyword, extra character)
* Major rework of the include files to eliminate redundancyEric Andersen2002-03-011-0/+125
and to better support each arch. This is a really big patch... -Erik