Mail Archives: djgpp-workers/1997/02/03/17:35:15
> 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?
While these are POSIX functions, you don't have to compile them with -posix.
The #define string will not be externally visable. At the very least, put
a #ifndef SIGMAX ...#define SIGMAX in the top of the code itself and use
that, so the constant appears in a single place.
- Raw text -