* 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.
This commit is contained in:
@@ -120,6 +120,8 @@ sysconf (int in)
|
||||
}
|
||||
return spi.AvailablePages;
|
||||
}
|
||||
case _SC_RTSIG_MAX:
|
||||
return RTSIG_MAX;
|
||||
}
|
||||
|
||||
/* Invalid input or unimplemented sysconf name */
|
||||
|
Reference in New Issue
Block a user