From f26bf1396557e4bc739d6a7703099f75bfe2fb99 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Mon, 25 Feb 2019 21:08:46 -0500 Subject: fix warning from -Wall --- src/nonstd/_printf.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/nonstd/_printf.h') diff --git a/src/nonstd/_printf.h b/src/nonstd/_printf.h index 0c513bef..fa132367 100644 --- a/src/nonstd/_printf.h +++ b/src/nonstd/_printf.h @@ -58,7 +58,6 @@ int (__printf)(struct io_options *opt, const char * format, va_list arg) { extern int isdigit(int); extern int isupper(int); - extern size_t fwrite(char *, size_t, size_t, struct __FILE *); char buf[BUFSIZ]; int nout = 0; -- cgit v1.2.1