From dc58d976c4113fc3277e30ce395afed0affab2e6 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 7 Sep 2004 11:24:45 +0000 Subject: Disable prototypes for unimplemented functions --- include/printf.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/printf.h b/include/printf.h index 163ee3e18..340b6cb9c 100644 --- a/include/printf.h +++ b/include/printf.h @@ -226,6 +226,7 @@ enum #define __PA_INTMASK (0x0f00) /* non-gnu -- all int flags */ +#if 0 /* Function which can be registered as `printf'-handlers. */ /* Print floating point value using using abbreviations for the orders @@ -241,6 +242,7 @@ extern int printf_size_info (__const struct printf_info *__restrict __info, size_t __n, int *__restrict __argtypes) __THROW; +#endif __END_DECLS -- cgit v1.2.3