This is the mail archive of the
cygwin
mailing list for the Cygwin project.
Request for implementation of sigrelse()
- From: "Max Bowsher" <maxb at ukf dot net>
- To: "Cygwin" <cygwin at cygwin dot com>
- Date: Thu, 14 Apr 2005 16:10:28 +0100
- Subject: Request for implementation of sigrelse()
Cygwin currently has sighold(), but not its counterpart sigrelse().
I believe it's implementation should be mainly a matter of copy/pasting:
In exceptions.cc, copy/paste sighold(), s/sighold/sigrelse/,
s/sigaddset/sigdelset/
In include/cygwin/signal.h and cygwin.din, copy/paste the sighold line, and
s/sighold/sigrelse/.
In include/cygwin/version.h, bump minor API version.
Relevant page of SUSv3:
http://www.opengroup.org/onlinepubs/009695399/functions/sighold.html
Thankyou,
Max.
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/