Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <006201c54104$181919e0$6508a8c0@chimaera> From: "Max Bowsher" To: "Cygwin" Subject: Request for implementation of sigrelse() Date: Thu, 14 Apr 2005 16:10:28 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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/