diff options
Diffstat (limited to 'sysdeps/ieee754/ldbl-opt/nldbl-compat.h')
-rw-r--r-- | sysdeps/ieee754/ldbl-opt/nldbl-compat.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sysdeps/ieee754/ldbl-opt/nldbl-compat.h b/sysdeps/ieee754/ldbl-opt/nldbl-compat.h index 985e109906..c0461000f0 100644 --- a/sysdeps/ieee754/ldbl-opt/nldbl-compat.h +++ b/sysdeps/ieee754/ldbl-opt/nldbl-compat.h @@ -33,11 +33,8 @@ #include <sys/syslog.h> -/* Declare the __nldbl_NAME function the wrappers call that's in libc.so, - and then redeclare NAME to mark it hidden for the nldbl-*.c definition. */ -#define NLDBL_DECL(name) \ - extern __typeof (name) __nldbl_##name; \ - extern __typeof (name) name attribute_hidden +/* Declare the __nldbl_NAME function the wrappers call that's in libc.so. */ +#define NLDBL_DECL(name) extern __typeof (name) __nldbl_##name NLDBL_DECL (_IO_vfscanf); NLDBL_DECL (vfscanf); |