From 569ef29be1f137273f1cab682e040bf0cb06b6e1 Mon Sep 17 00:00:00 2001 From: Per Bothner Date: Tue, 8 Oct 1991 22:30:57 +0000 Subject: [PATCH] Added MISSING_VFPRINTF --- bfd/hosts/rtbsd.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bfd/hosts/rtbsd.h b/bfd/hosts/rtbsd.h index 8525052763d..45edd3fe25e 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 -- 2.30.2