Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * cygwin/strsig.cc (__signals): New macro. | Christopher Faylor | 2007-07-10 | 1 | -35/+49 |
| | | | | | | | | | | | (sys_sigabbrev): New array of signal strings, patterned after linux. (siglist): Use __signals. * cygwin/include/cygwin/signal.h (sys_sigabbrev): Define. * cygwin/include/cygwin/version.h: Bump API minor version to 177. * utils/Makefile.in (kill.exe): Remove reliance on libiberty. * utils/kill.cc (strsigno): New function patterned after libiberty but using newly exported cygwin array. | ||||
* | * Makefile.in (DLL_OFILES): Add strsig.o. | Christopher Faylor | 2004-02-03 | 1 | -0/+84 |
* 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. |