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 > --- > 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