mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-29 06:50:32 +00:00
More changes for GO32 canadian cross builds
This commit is contained in:
parent
0c18e3f002
commit
119b85f6ca
@ -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.
|
||||
|
@ -83,6 +83,7 @@ int getrusage();
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#undef MAXPATHLEN /* sys/param.h might define this also */
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user