More changes for GO32 canadian cross builds

This commit is contained in:
Michael Meissner 1996-05-24 19:12:21 +00:00
parent 0c18e3f002
commit 119b85f6ca
2 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,8 @@ Fri May 24 10:08:10 1996 Michael Meissner <meissner@tiktok.cygnus.com>
* emul_netbsd.c: Add support for missing system calls, and/or
missing stat fields.
(MAXPATHLEN): Undefine if including unistd.h, since sys/param.h
might define it.
* hw_pal.c (WITH_STDIO): Redefine if O_NDELAY, F_GETFL, or F_SETFL
are not defined.

View File

@ -83,6 +83,7 @@ int getrusage();
#endif
#ifdef HAVE_UNISTD_H
#undef MAXPATHLEN /* sys/param.h might define this also */
#include <unistd.h>
#endif