summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/arm/bits/sigset.h
Commit message (Collapse)AuthorAgeFilesLines
* This header file was broken, breaking signal handling on ARM.Eric Andersen2001-10-171-10/+66
| | | | | This update fixes it... -Erik
* Patch from David McCullough <davidm@lineo.com>:Eric Andersen2001-10-041-66/+10
| | | | | | | | | | | | | | * reduce the sigset types to 32 bits (I've mentioned this before) I think I saw this change go in for another platform anyway ;-) * Do not use _IO_FILE as it clashes with the C++ libraries which know too much about how glibc workds :-( * Do not use _G_va_list for the same reason. * remove the CTORS/DTORS from crt0.S for ARM as the compiler provided crtbegin.o and crtend.o have these (and only these) already in them and you get multiple defined errs :-(
* Update to accomodate the header file changesEric Andersen2001-09-271-11/+9
|
* Added __BEGIN_DECLS and __END_DECLS to the files that didn't haveDavid McCullough2001-07-111-1/+3
| | | | | | it and that I could see needed it. Should be pretty low impact as these are only defined when using C++.
* Add in arm specific bits.Eric Andersen2000-10-261-0/+125