]> sourceware.org Git - newlib-cygwin.git/commit
Export XSI sigpause
authorYaakov Selkowitz <yselkowi@redhat.com>
Wed, 14 Jun 2017 15:20:05 +0000 (10:20 -0500)
committerYaakov Selkowitz <yselkowi@redhat.com>
Wed, 14 Jun 2017 19:23:52 +0000 (14:23 -0500)
commitdde6af6f82d117532cc8a57f34ccbb52ca3160fa
tree8c72371339bef911eb50cf430fee33d85631d5ef
parent40ca6f02ed9083890f8e2aecaca7df6e2a72ae7d
Export XSI sigpause

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
winsup/cygwin/common.din
winsup/cygwin/include/cygwin/version.h
winsup/cygwin/signal.cc
winsup/doc/posix.xml
This page took 0.030096 seconds and 5 git commands to generate.