diff options
author | Fred Fish <fnf@specifix.com> | 1992-01-01 12:26:42 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1992-01-01 12:26:42 +0000 |
commit | 748ec1244c455ecfa7462a2f0d5b819e430a1ded (patch) | |
tree | 8acd11de11f242b3172fc51155b0cbcb74fbd7be /bfd/hosts/i386v4.h | |
parent | 30bf2fd2f05ba89752d814713d664578cb9e9ca4 (diff) | |
download | gdb-748ec1244c455ecfa7462a2f0d5b819e430a1ded.zip gdb-748ec1244c455ecfa7462a2f0d5b819e430a1ded.tar.gz gdb-748ec1244c455ecfa7462a2f0d5b819e430a1ded.tar.bz2 |
Add '#define HAVE_PROCFS', move '#include "fopen-same.h" to end of file
to match the other h-* files.
Diffstat (limited to 'bfd/hosts/i386v4.h')
-rw-r--r-- | bfd/hosts/i386v4.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/hosts/i386v4.h b/bfd/hosts/i386v4.h index d622fd8..2e8fa44 100644 --- a/bfd/hosts/i386v4.h +++ b/bfd/hosts/i386v4.h @@ -1,4 +1,5 @@ /* SVR4 Unix host system */ + #include <fcntl.h> #include <errno.h> #include <stdio.h> @@ -16,6 +17,7 @@ #define SEEK_CUR 1 #define POSIX_UTIME +#define HAVE_PROCFS /* This host has /proc support */ extern PROTO(int, abort,(void)); extern PROTO(int, close,(int)); @@ -60,4 +62,5 @@ typedef short int16_type; typedef unsigned short uint16_type; typedef int int32_type; typedef unsigned int uint32_type; + #include "fopen-same.h" |