On Wed, May 04, 2011 at 01:18:26PM +0200, Corinna Vinschen wrote: >On May 4 05:52, Yaakov (Cygwin/X) wrote: >> This patch exports psignal() from newlib (once my corresponding patch is >> accepted) and implements psiginfo() and sys_siglist[]. The first two >> are POSIX.1-2008, the latter is in BSD and glibc. >> >> Patches for winsup/cygwin and winsup/doc, and a test application, >> attached. >> >> >> Yaakov >> > >> 2011-05-04 Yaakov Selkowitz <yselkowitz@...> >> >> * cygwin.din (psiginfo): Export. >> (psignal): Export. >> (sys_siglist): Export. >> * posix.sgml (std-notimpl): Move psiginfo and psignal from here... >> (std-susv4): ... to here. >> (std-deprec): Add sys_siglist. >> * strsig.cc (sys_siglist): New array. >> (psiginfo): New function. >> * include/cygwin/signal.h (sys_siglist): Declare. >> (psiginfo): Declare. >> * include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump. > >Looks fine to me. Chris, what do you think?
The indentation on if and switch is wrong but, other than that minor point, it looks fine. cgf
