[PATCH] Export XSI sigpause

Corinna Vinschen vinschen@redhat.com
Wed Jun 14 19:15:00 GMT 2017


On Jun 14 10:45, Yaakov Selkowitz wrote:
> There are two common sigpause variants, both of which take an int argument.
> If you request _XOPEN_SOURCE or _GNU_SOURCE, you get the System V version,
> which removes the given signal from the process's signal mask; otherwise
> you get the BSD version, which sets the process's signal mask to the given
> value.
> 
> Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
> ---
>  newlib/libc/include/sys/signal.h       | 14 +++++++++++++-
>  winsup/cygwin/common.din               |  1 +
>  winsup/cygwin/include/cygwin/version.h |  3 ++-
>  winsup/cygwin/signal.cc                | 12 ++++++++++++
>  winsup/doc/posix.xml                   | 10 ++++++++--
>  5 files changed, 36 insertions(+), 4 deletions(-)

ACK, looks good.  Please add this to the cygwin release notes file, too
(in a 2nd commit).


Thanks,
Corinna

-- 
Corinna Vinschen
Cygwin Maintainer
Red Hat
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://cygwin.com/pipermail/cygwin-patches/attachments/20170614/a2e00556/attachment.sig>


More information about the Cygwin-patches mailing list