summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/common_setlocale.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/locale/common_setlocale.h')
-rw-r--r--lib/libc/locale/common_setlocale.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/lib/libc/locale/common_setlocale.h b/lib/libc/locale/common_setlocale.h
deleted file mode 100644
index 24b4f31..0000000
--- a/lib/libc/locale/common_setlocale.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#define categories _categories
-extern char *_categories[_LC_LAST];
-
-#define current_categories _current_categories
-extern char _current_categories[_LC_LAST][32];
-
-#define new_categories _new_categories
-extern char _new_categories[_LC_LAST][32];
-
-#define current_locale_string _current_locale_string
-extern char _current_locale_string[_LC_LAST * 33];
-
-#define currentlocale _currentlocale
-extern char *_currentlocale __P((void));
OpenPOWER on IntegriCloud