diff options
Diffstat (limited to 'lib/libc/stdio/floatio.h')
-rw-r--r-- | lib/libc/stdio/floatio.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libc/stdio/floatio.h b/lib/libc/stdio/floatio.h index 97690308442..c3a723519b3 100644 --- a/lib/libc/stdio/floatio.h +++ b/lib/libc/stdio/floatio.h @@ -1,4 +1,4 @@ -/* $OpenBSD: floatio.h,v 1.4 2008/09/07 20:36:08 martynas Exp $ */ +/* $OpenBSD: floatio.h,v 1.5 2015/09/14 12:49:33 guenther Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -52,7 +52,3 @@ #if LDBL_MAX_EXP > 999999 #error "floating point buffers too small" #endif - -char *__hdtoa(double, const char *, int, int *, int *, char **); -char *__hldtoa(long double, const char *, int, int *, int *, char **); -char *__ldtoa(long double *, int, int, int *, int *, char **); |