about summary refs log tree commit diff
path: root/include/printf.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/printf.h')
-rw-r--r--include/printf.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/include/printf.h b/include/printf.h
deleted file mode 100644
index 984f263167..0000000000
--- a/include/printf.h
+++ /dev/null
@@ -1,20 +0,0 @@
-#ifndef	_PRINTF_H
-
-#include <stdio-common/printf.h>
-
-# ifndef _ISOMAC
-
-#include <xlocale.h>
-
-/* Now define the internal interfaces.  */
-extern int __printf_fphex (FILE *, const struct printf_info *,
-			   const void *const *);
-extern int __printf_fp (FILE *, const struct printf_info *,
-			const void *const *);
-libc_hidden_proto (__printf_fp)
-extern int __printf_fp_l (FILE *, locale_t, const struct printf_info *,
-			  const void *const *);
-libc_hidden_proto (__printf_fp_l)
-
-# endif /* !_ISOMAC */
-#endif