summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/sparc/bits/signum.h
Commit message (Collapse)AuthorAgeFilesLines
* remove some duplicates in bits/signum.h. No code changes.Denis Vlasenko2008-12-151-20/+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 glibcMike Frysinger2005-12-011-2/+2
|
* Sync up sparc headersEric Andersen2001-11-141-9/+9
|
* I just grabbed the bits dir from glibc 2.1.3 on a sparc boxEric Andersen2001-03-061-0/+84
to facilitate the sparc porting work being done by Mathew Bosworth. -Erik