diff options
Diffstat (limited to 'sysdeps/ieee754/ldbl-opt/nldbl-vfscanf.c')
-rw-r--r-- | sysdeps/ieee754/ldbl-opt/nldbl-vfscanf.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/sysdeps/ieee754/ldbl-opt/nldbl-vfscanf.c b/sysdeps/ieee754/ldbl-opt/nldbl-vfscanf.c deleted file mode 100644 index f23465ee95..0000000000 --- a/sysdeps/ieee754/ldbl-opt/nldbl-vfscanf.c +++ /dev/null @@ -1,10 +0,0 @@ -#include "nldbl-compat.h" - -int -attribute_hidden -__vfscanf (FILE *s, const char *fmt, va_list ap) -{ - return __nldbl__IO_vfscanf (s, fmt, ap, NULL); -} -extern __typeof (__vfscanf) vfscanf attribute_hidden; -weak_alias (__vfscanf, vfscanf) |