/[make]/make/signame.c
ViewVC logotype

Diff of /make/signame.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.21 by psmith, Mon Jul 4 03:50:59 2005 UTC revision 1.22 by psmith, Tue Jul 12 04:35:13 2005 UTC
# Line 235  strsignal (int signal) Line 235  strsignal (int signal)
235    static char buf[] = "Signal 12345678901234567890";    static char buf[] = "Signal 12345678901234567890";
236    
237  #if ! HAVE_DECL_SYS_SIGLIST  #if ! HAVE_DECL_SYS_SIGLIST
238    # if HAVE_DECL__SYS_SIGLIST
239    #  define sys_siglist _sys_siglist
240    # elif HAVE_DECL___SYS_SIGLIST
241    #  define sys_siglist __sys_siglist
242    # endif
243    static char sig_initted = 0;    static char sig_initted = 0;
244    
245    if (!sig_initted)    if (!sig_initted)

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26