From 22e48cd66f34efa525026c2a5192ad4ffe238b9c Mon Sep 17 00:00:00 2001 From: Herbert Xu Date: Sat, 29 Oct 2005 11:37:42 +1000 Subject: [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. --- src/error.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/error.h') diff --git a/src/error.h b/src/error.h index 108736b..dd1fc3f 100644 --- a/src/error.h +++ b/src/error.h @@ -91,7 +91,7 @@ extern int exsig; 0; \ }) #ifdef REALLY_SMALL -void __inton __P((void)); +void __inton(void); #define INTON __inton() #else #define INTON \ -- cgit 1.4.1