Date: Mon, 3 Feb 1997 21:13:43 -0500 Message-Id: <199702040213.VAA06243@delorie.com> From: DJ Delorie To: eliz AT is DOT elta DOT co DOT il CC: sandmann AT clio DOT rice DOT edu, djgpp-workers AT delorie DOT com In-reply-to: (message from Eli Zaretskii on Mon, 3 Feb 1997 18:05:09 +0200 (IST)) Subject: Re: POSIX signal functions (1/2) > 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? libc can't be built with -posix or -ansi anyway, so you will always have the full header specs available. Please use them.