[PATCH] psignal, psiginfo, sys_siglist

2011-05-04 Thread Yaakov (Cygwin/X)
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

Re: [PATCH] psignal, psiginfo, sys_siglist

2011-05-04 Thread Corinna Vinschen
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

Re: [PATCH] psignal, psiginfo, sys_siglist

2011-05-04 Thread Christopher Faylor
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

Re: [PATCH] psignal, psiginfo, sys_siglist

2011-05-04 Thread Yaakov (Cygwin/X)
On Wed, 2011-05-04 at 11:13 -0400, Christopher Faylor wrote: The indentation on if and switch is wrong but, other than that minor point, it looks fine. Thanks, fixed before committing. Yaakov