summaryrefslogtreecommitdiff
path: root/src/nonstd/__load_locale.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nonstd/__load_locale.c')
-rw-r--r--src/nonstd/__load_locale.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/nonstd/__load_locale.c b/src/nonstd/__load_locale.c
deleted file mode 100644
index 2233e6b8..00000000
--- a/src/nonstd/__load_locale.c
+++ /dev/null
@@ -1,4 +0,0 @@
-#include <nonstd/locale.h>
-
-#define __load_locale(_loc, _mask, _name) \
- ((char * (*)(struct __locale_t *, int, const char *))__libc(LOAD_LOCALE))(_loc, _mask, _name)