summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/floatio.h
diff options
context:
space:
mode:
authorguenther <guenther@openbsd.org>2015-09-14 12:49:33 +0000
committerguenther <guenther@openbsd.org>2015-09-14 12:49:33 +0000
commit63161a5d6627aaea81f63687903f6ec57ec366d4 (patch)
tree10c1633856a3904e04a1afccd76e6c05de5f41a3 /lib/libc/stdio/floatio.h
parentExpose EOF without close-notify via tls_close(). (diff)
downloadwireguard-openbsd-63161a5d6627aaea81f63687903f6ec57ec366d4.tar.xz
wireguard-openbsd-63161a5d6627aaea81f63687903f6ec57ec366d4.zip
Wrap the remaining __*dtoa() functions so that internal calls go direct
Diffstat (limited to 'lib/libc/stdio/floatio.h')
-rw-r--r--lib/libc/stdio/floatio.h6
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 **);