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