[gforth] / gforth / Attic / strsignal.c  

gforth: gforth/Attic/strsignal.c

Diff for /gforth/Attic/strsignal.c between version 1.6 and 1.7

version 1.6, Tue Dec 26 17:35:38 1995 UTC version 1.7, Sun Jan 7 17:22:15 1996 UTC
Line 22 
Line 22 
 #include "config.h"  #include "config.h"
 #include <stdio.h>  #include <stdio.h>
 #include <signal.h>  #include <signal.h>
   #include <unistd.h>
   
   
 char *strsignal(int sig)  char *strsignal(int sig)
Line 29 
Line 30 
   static char errbuf[16];    static char errbuf[16];
   
 #if defined(HAVE_SYS_SIGLIST) && defined(NSIG)  #if defined(HAVE_SYS_SIGLIST) && defined(NSIG)
 #if defined(DECLARE_SYS_SIGLIST)  #if !defined(SYS_SIGLIST_DECLARED)
   extern const char * const sys_siglist[];    extern const char * const sys_siglist[];
 #endif  #endif
   if (sig>0 && sig<NSIG)    if (sig>0 && sig<NSIG)


Generate output suitable for use with a patch program
Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help