diff options
Diffstat (limited to 'sysdeps/ieee754/ldbl-opt/nldbl-vswprintf_chk.c')
-rw-r--r-- | sysdeps/ieee754/ldbl-opt/nldbl-vswprintf_chk.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/sysdeps/ieee754/ldbl-opt/nldbl-vswprintf_chk.c b/sysdeps/ieee754/ldbl-opt/nldbl-vswprintf_chk.c deleted file mode 100644 index 0cd1f96bfe..0000000000 --- a/sysdeps/ieee754/ldbl-opt/nldbl-vswprintf_chk.c +++ /dev/null @@ -1,9 +0,0 @@ -#include "nldbl-compat.h" - -int -attribute_hidden -__vswprintf_chk (wchar_t *string, size_t maxlen, int flag, size_t slen, - const wchar_t *fmt, va_list ap) -{ - return __nldbl___vswprintf_chk (string, maxlen, flag, slen, fmt, ap); -} |