diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-11-15 20:23:33 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-11-15 20:23:33 +0000 |
commit | 5da06322c21e27d5bc60459ae2f80a80d2c8162b (patch) | |
tree | d514819fb0e47354537c701f67d04e4f336ac792 /libc/stdio/_fpmaxtostr.c | |
parent | cc9da0a85c21f4c5c5e340ef5f7a86c6821476b5 (diff) |
Hide more of stdio,getdents, use internal __raise
Diffstat (limited to 'libc/stdio/_fpmaxtostr.c')
-rw-r--r-- | libc/stdio/_fpmaxtostr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdio/_fpmaxtostr.c b/libc/stdio/_fpmaxtostr.c index d382729d9..9ffa5493e 100644 --- a/libc/stdio/_fpmaxtostr.c +++ b/libc/stdio/_fpmaxtostr.c @@ -198,7 +198,7 @@ static const __fpmax_t exp16_table[] = { #define FPO_STR_WIDTH (0x80 | ' '); #define FPO_STR_PREC 'p' -ssize_t _fpmaxtostr(FILE * fp, __fpmax_t x, struct printf_info *info, +ssize_t attribute_hidden _fpmaxtostr(FILE * fp, __fpmax_t x, struct printf_info *info, __fp_outfunc_t fp_outfunc) { #ifdef __UCLIBC_HAS_HEXADECIMAL_FLOATS__ |