X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; q=dns; s=default; b=QgTqhYaX8gTjE2jY1c06cR18WoVkl4Dxxuy5EUv/NPj G/izki9izdlzBGM9fZca+WUftK8PUEK6OSUnUOxBHYDlPQTt/xiWai0V74UoD0Xl klLodHIIvSaG/LT6RwzB0V8FlpJcbldMlt55Wue0BXHXfqnpe3TvyIKw5OrmCyWo = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; s=default; bh=gORZHkc2bWMNNbmZ2DNmnbV6h0A=; b=DgsEkeLtp/b1dBhHN Yum8vfbnaXdA2Ke1JGkk9Fjsre3tLuEL+vMVLaplxzeJ4cfoZ5tmkuhfu0v9NWxA IMKlyJgYeG9IGMlW9F6QU6BIoUSptES6djWzLOndkvVkPa3AXCrILgFBZFaaJbwF krykXOhaTcs/lg0wko6VxKeq44= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.1 required=5.0 tests=AWL,BAYES_50,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: limerock01.mail.cornell.edu X-CornellRouted: This message has been Routed already. Message-ID: <558706D5.1020508@cornell.edu> Date: Sun, 21 Jun 2015 14:47:49 -0400 From: Ken Brown User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.1.0-0.1 References: In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes On 6/20/2015 4:55 PM, Corinna Vinschen wrote: > - First cut of an implementation to allow signal handlers running on an > alternate signal stack. > > - New API sigaltstack, plus definitions for SA_ONSTACK, SS_ONSTACK, SS_DISABLE, > MINSIGSTKSZ, SIGSTKSZ. I must be doing something wrong. Shouldn't including signal.h make the new API available? $ uname -a CYGWIN_NT-6.1-WOW fiona 2.1.0(0.287/5/3) 2015-06-20 21:44 i686 Cygwin $ cygcheck -cd cygwin-devel Cygwin Package Information Package Version cygwin-devel 2.1.0-0.1 $ cat test.c #include int main() { int foo = SIGSTKSZ; return 0; } $ gcc test.c test.c: In function ‘main’: test.c:6:13: error: ‘SIGSTKSZ’ undeclared (first use in this function) int foo = SIGSTKSZ; ^ Ken -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple