summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-09-07 11:24:45 +0000
committerEric Andersen <andersen@codepoet.org>2004-09-07 11:24:45 +0000
commitdc58d976c4113fc3277e30ce395afed0affab2e6 (patch)
treeb3dc047071d90482485e532a0d1734c265abf445 /include
parent6e106446643716627ca257bc0a2f818445a3ae2a (diff)
Disable prototypes for unimplemented functions
Diffstat (limited to 'include')
-rw-r--r--include/printf.h2
1 files changed, 2 insertions, 0 deletions
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