diff options
Diffstat (limited to 'sysdeps/ieee754/ldbl-opt/nldbl-qecvt.c')
-rw-r--r-- | sysdeps/ieee754/ldbl-opt/nldbl-qecvt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/ieee754/ldbl-opt/nldbl-qecvt.c b/sysdeps/ieee754/ldbl-opt/nldbl-qecvt.c index cda1e7461e..9f0b0a66a9 100644 --- a/sysdeps/ieee754/ldbl-opt/nldbl-qecvt.c +++ b/sysdeps/ieee754/ldbl-opt/nldbl-qecvt.c @@ -2,6 +2,7 @@ #include "nldbl-compat.h" #undef qecvt +attribute_hidden char * qecvt (double val, int ndigit, int *__restrict decpt, int *__restrict sign) { |