diff options
Diffstat (limited to 'libiberty/strsignal.c')
-rw-r--r-- | libiberty/strsignal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/strsignal.c b/libiberty/strsignal.c index 86c8aca..a8a7d34 100644 --- a/libiberty/strsignal.c +++ b/libiberty/strsignal.c @@ -42,7 +42,7 @@ extern PTR memset (); #undef sys_nsig #ifndef NULL -# ifdef __STDC__ +# ifdef ANSI_PROTOTYPES # define NULL (void *) 0 # else # define NULL 0 |