summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/locale/LC_MESSAGES.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/locale/LC_MESSAGES.c b/src/locale/LC_MESSAGES.c
new file mode 100644
index 00000000..d8d366f7
--- /dev/null
+++ b/src/locale/LC_MESSAGES.c
@@ -0,0 +1,5 @@
+#include <locale.h>
+#define LC_MESSAGES (6)
+/*
+POSIX(2)
+*/