diff options
author | 2015-09-14 12:49:33 +0000 | |
---|---|---|
committer | 2015-09-14 12:49:33 +0000 | |
commit | 63161a5d6627aaea81f63687903f6ec57ec366d4 (patch) | |
tree | 10c1633856a3904e04a1afccd76e6c05de5f41a3 /lib/libc/stdio/floatio.h | |
parent | Expose EOF without close-notify via tls_close(). (diff) | |
download | wireguard-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.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 **); |