diff options
Diffstat (limited to 'sysdeps/ieee754/ldbl-opt/nldbl-vfwprintf_chk.c')
-rw-r--r-- | sysdeps/ieee754/ldbl-opt/nldbl-vfwprintf_chk.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sysdeps/ieee754/ldbl-opt/nldbl-vfwprintf_chk.c b/sysdeps/ieee754/ldbl-opt/nldbl-vfwprintf_chk.c deleted file mode 100644 index b3b69f0571..0000000000 --- a/sysdeps/ieee754/ldbl-opt/nldbl-vfwprintf_chk.c +++ /dev/null @@ -1,8 +0,0 @@ -#include "nldbl-compat.h" - -int -attribute_hidden -__vfwprintf_chk (FILE *s, int flag, const wchar_t *fmt, va_list ap) -{ - return __nldbl___vfwprintf_chk (s, flag, fmt, ap); -} |