diff options
author | Per Bothner <per@bothner.com> | 1991-10-08 22:30:57 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1991-10-08 22:30:57 +0000 |
commit | 569ef29be1f137273f1cab682e040bf0cb06b6e1 (patch) | |
tree | 5f8ffe6113714512f6c43cc4aa5e62117fe9e715 /bfd/hosts | |
parent | 243f4d0af1c2c885b7bfaa00054ba6b95e10eb8a (diff) | |
download | gdb-569ef29be1f137273f1cab682e040bf0cb06b6e1.zip gdb-569ef29be1f137273f1cab682e040bf0cb06b6e1.tar.gz gdb-569ef29be1f137273f1cab682e040bf0cb06b6e1.tar.bz2 |
Added MISSING_VFPRINTF
Diffstat (limited to 'bfd/hosts')
-rw-r--r-- | bfd/hosts/rtbsd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/hosts/rtbsd.h b/bfd/hosts/rtbsd.h index 8525052..45edd3f 100644 --- a/bfd/hosts/rtbsd.h +++ b/bfd/hosts/rtbsd.h @@ -11,6 +11,8 @@ #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR) #endif +#define MISSING_VFPRINTF /* Presumably. */ + #define SEEK_SET 0 #define SEEK_CUR 1 |