mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-28 19:53:28 +08:00
* hosts/std-host.h: #include ansidecl.h 'cause PTR is used in
std-host.h.
This commit is contained in:
parent
eddd19426e
commit
0c3c868b2b
@ -1,3 +1,13 @@
|
|||||||
|
Tue Apr 25 11:03:21 1995 Jason Molenda (crash@phydeaux.cygnus.com)
|
||||||
|
|
||||||
|
* hosts/std-host.h: #include ansidecl.h 'cause PTR is used in
|
||||||
|
std-host.h.
|
||||||
|
|
||||||
|
Mon Apr 24 23:56:44 1995 Ken Raeburn (raeburn@kr-pc.cygnus.com)
|
||||||
|
|
||||||
|
* hosts/i386linux.h (HAVE_PROCFS): Don't define it. Added lengthy
|
||||||
|
comment explaining why.
|
||||||
|
|
||||||
Mon Apr 24 10:34:02 1995 Michael Meissner <meissner@cygnus.com>
|
Mon Apr 24 10:34:02 1995 Michael Meissner <meissner@cygnus.com>
|
||||||
|
|
||||||
* hosts/i386linux.h (HAVE_PROCFS): If NO_PROCFS is defined, don't
|
* hosts/i386linux.h (HAVE_PROCFS): If NO_PROCFS is defined, don't
|
||||||
|
@ -7,6 +7,7 @@
|
|||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <sys/file.h>
|
#include <sys/file.h>
|
||||||
|
#include "ansidecl.h"
|
||||||
|
|
||||||
#ifndef O_ACCMODE
|
#ifndef O_ACCMODE
|
||||||
#define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
|
#define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
|
||||||
|
Loading…
Reference in New Issue
Block a user