X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Tue, 04 May 2004 21:54:22 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp AT delorie DOT com Message-Id: <3405-Tue04May2004215421+0300-eliz@gnu.org> X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: (message from B Thomas on Mon, 03 May 2004 22:19:10 GMT) Subject: Re: SIGABRT in djgpp 1.07 References: 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 Precedence: bulk > Newsgroups: comp.os.msdos.djgpp > From: B Thomas > Date: Mon, 03 May 2004 22:19:10 GMT > > GCC complains that it can not find the definition of the signal > SIGABRT. This is indeed not there in sis/signals.h . Would > SIGKILL be a good substitute? Does it even matter? AFAIK, DJGPP v1 didn't support signals at all, so you could put there anything at all, it will work (or, rather, not work ;-) all the same.