diff options
author | Per Bothner <per@bothner.com> | 1991-11-03 22:46:06 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1991-11-03 22:46:06 +0000 |
commit | 7100c892fdfe7178f865cc31904f5bc9764ab50a (patch) | |
tree | e295821bc719d42024f47542ee8db0091f62218f | |
parent | b941cb35d25c739b5786986ba35a30a8dd8f5e8d (diff) | |
download | gdb-7100c892fdfe7178f865cc31904f5bc9764ab50a.zip gdb-7100c892fdfe7178f865cc31904f5bc9764ab50a.tar.gz gdb-7100c892fdfe7178f865cc31904f5bc9764ab50a.tar.bz2 |
Get rid of MISSING_VFPRINTF, since libiberty provides one.
-rw-r--r-- | bfd/hosts/rtbsd.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bfd/hosts/rtbsd.h b/bfd/hosts/rtbsd.h index 45edd3f..8525052 100644 --- a/bfd/hosts/rtbsd.h +++ b/bfd/hosts/rtbsd.h @@ -11,8 +11,6 @@ #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR) #endif -#define MISSING_VFPRINTF /* Presumably. */ - #define SEEK_SET 0 #define SEEK_CUR 1 |