From c571716c6406baaab8a831eca54756e7ac8f9554 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Tue, 3 Feb 2004 21:59:27 +0000 Subject: * Makefile.in (DLL_OFILES): Add strsig.o. * cygtls.h (_local_storage::signamebuf) New element. * sysconf.cc (sysconf): Implement _SC_RTSIG_MAX. * tlsoffset.h: Regenerate. * include/limits.h (_POSIX_RTSIG_MAX): New define. (RTSIG_MAX): Ditto. * include/cygwin/signal.h (SIGRTMIN): New define. (SIGRTMAX): Ditto. (NSIG): Bump. * strsig.cc: New file. --- winsup/cygwin/cygtls.h | 1 + 1 file changed, 1 insertion(+) (limited to 'winsup/cygwin/cygtls.h') diff --git a/winsup/cygwin/cygtls.h b/winsup/cygwin/cygtls.h index 0fa1b1b4c..45d067973 100644 --- a/winsup/cygwin/cygtls.h +++ b/winsup/cygwin/cygtls.h @@ -82,6 +82,7 @@ struct _local_storage struct protoent *protoent_buf; struct servent *servent_buf; struct hostent *hostent_buf; + char signamebuf[sizeof ("Unknown signal XX")]; }; /* Please keep this file simple. Changes to the below structure may require -- cgit v1.2.3