Mail Archives: djgpp/1995/10/31/04:07:56
On Mon, 30 Oct 1995, U-E59264-Osman Buyukisik wrote:
> 1). _stdlib_h_ was not defined
It doesn't have to. If I understand correctly, somebody assumed that
<stdlib.h> #define's that symbol, but every library is free to choose its
own symbols. Why not just #include <stdlib.h>, it protects itself from
multiple inclusions anyway.
> 3). SIGBUS was not defined in signals.h
DJGPP doesn't support SIGBUS because there is no such signal in DJGPP.
Applications shouldn't rely on it being defined (only a small subset of
possible signals is mandated by ANSI/POSIX).
- Raw text -