This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]