mirror of
https://salsa.debian.org/debian/dash.git
synced 2026-01-26 15:39:05 +00:00
[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:
parent
16399b9071
commit
22e48cd66f
@ -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>
|
||||
|
||||
|
||||
@ -91,7 +91,7 @@ extern int exsig;
|
||||
0; \
|
||||
})
|
||||
#ifdef REALLY_SMALL
|
||||
void __inton __P((void));
|
||||
void __inton(void);
|
||||
#define INTON __inton()
|
||||
#else
|
||||
#define INTON \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user