Date: Mon, 3 Feb 1997 18:05:09 +0200 (IST) From: Eli Zaretskii To: Charles Sandmann cc: djgpp-workers AT delorie DOT com, dj AT delorie DOT com Subject: Re: POSIX signal functions (1/2) In-Reply-To: <9702022001.AA13353@clio.rice.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Sun, 2 Feb 1997, Charles Sandmann wrote: > use SIGMAX instead of 320 everywhere in the code (it's in signal.h) I think I can't, because SIGMAX is non-POSIX and isn't defined when you compile with -posix, while these are POSIX functions. I was uneasy about using 320, but I don't see any other way. DJ?