Date: Tue, 31 Oct 1995 10:41:49 +0200 (IST) From: Eli Zaretskii To: U-E59264-Osman Buyukisik Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: V2-beta3 problems 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 #define's that symbol, but every library is free to choose its own symbols. Why not just #include , 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).