delorie.com/archives/browse.cgi | search |
X-Authentication-Warning: | delorie.com: mail set sender to djgpp-bounces using -f |
X-Recipient: | djgpp AT delorie DOT com |
Date: | Wed, 02 Sep 2009 06:12:20 +0300 |
From: | Eli Zaretskii <eliz AT gnu DOT org> |
Subject: | Re: signals |
In-reply-to: | <ed1bd83e-e8ca-4b0c-92cf-b10e517f8aea@p36g2000vbn.googlegroups.com> |
X-012-Sender: | halo1 AT inter DOT net DOT il |
To: | djgpp AT delorie DOT com |
Message-id: | <83ws4i82gb.fsf@gnu.org> |
References: | <ed1bd83e-e8ca-4b0c-92cf-b10e517f8aea AT p36g2000vbn DOT googlegroups DOT com> |
Reply-To: | djgpp AT delorie DOT com |
Errors-To: | nobody AT delorie DOT com |
X-Mailing-List: | djgpp AT delorie DOT com |
X-Unsubscribes-To: | listserv AT delorie DOT com |
> From: dave <peters DOT also AT gmail DOT com> > Date: Tue, 1 Sep 2009 13:03:28 -0700 (PDT) > > Can I ask about signals generally ? How to provide DJGPP library > signals in GNU programs ? > for example SIGWINCH, SIGSTOP,SIGCONT etc... > Where I should define this, because some GNU programs require this. You should #ifdef away any code that needs them. Like this: #ifdef SIGWINCH code that uses SIGWINCH #endif
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |