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

Small typo...




  This may have been reported already, but there is small typo in
./libc/strsignal.c

*** strsignal.c.orig	Fri Oct 18 17:43:52 1996
--- strsignal.c	Fri Oct 18 17:46:14 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
  

Tom