Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com> List-Archive: <http://sourceware.org/ml/cygwin/> List-Post: <mailto:cygwin AT cygwin DOT com> List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> 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" <maxb AT ukf DOT net> To: "Cygwin" <cygwin AT cygwin DOT com> 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/