[SIGNAL] Removed use of __P from error.h

This is the only instance of __P in the entire source so it makes sense
to get rid of it rather than making it work with klibc.
This commit is contained in:
Herbert Xu 2005-10-29 11:37:42 +10:00
parent 16399b9071
commit 22e48cd66f
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@
* Updated BSD licence to 3-clause version per NetBSD.
* Updated copyright.
* Removed CVS IDs and inclusion of sys/cdefs.h.
* Removed use of __P from error.h.
2005-10-26 Herbert Xu <herbert@gondor.apana.org.au>

View File

@ -91,7 +91,7 @@ extern int exsig;
0; \
})
#ifdef REALLY_SMALL
void __inton __P((void));
void __inton(void);
#define INTON __inton()
#else
#define INTON \