[Raw Msg Headers][Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Small bug in configuration




  The conditional code in libc/strsignal.c uses a different define than
configure uses to build config.h  This patch fixes strsignal.c, but
configure could be changed to match instead.

Tom


*** strsignal.c.orig	Sun Sep  1 20:54:05 1996
--- strsignal.c	Sun Sep  1 20:54:35 1996
***************
*** 42,48 ****
  #endif	/* HAVE_SYS_SIGLIST */
  
  #ifndef HAVE_STRSIGNAL
! #ifndef HAVE_EXTERN_STR_SIGLIST
  extern const char *sys_siglist[];
  #endif
  
--- 42,48 ----
  #endif	/* HAVE_SYS_SIGLIST */
  
  #ifndef HAVE_STRSIGNAL
! #ifndef HAVE_EXTERN_SYS_SIGLIST
  extern const char *sys_siglist[];
  #endif