summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/bits/signum.h
Commit message (Collapse)AuthorAgeFilesLines
* remove some duplicates in bits/signum.h. No code changes.Denis Vlasenko2008-12-151-22/+0
| | | | | | | | | | | include/signal.h | 42 +++++++++++++++++++------------- libc/sysdeps/linux/alpha/bits/signum.h | 19 -------------- libc/sysdeps/linux/common/bits/signum.h | 22 ---------------- libc/sysdeps/linux/hppa/bits/signum.h | 17 ------------ libc/sysdeps/linux/mips/bits/signum.h | 23 +---------------- libc/sysdeps/linux/sparc/bits/signum.h | 20 --------------- 6 files changed, 27 insertions(+), 116 deletions(-)
* sync with upstream via psmMike Frysinger2006-08-241-2/+2
|
* Major rework of the include files to eliminate redundancyEric Andersen2002-03-011-0/+80
and to better support each arch. This is a really big patch... -Erik