summaryrefslogtreecommitdiff
path: root/src/locale/catopen.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/locale/catopen.c')
-rw-r--r--src/locale/catopen.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/locale/catopen.c b/src/locale/catopen.c
new file mode 100644
index 00000000..4423c4d9
--- /dev/null
+++ b/src/locale/catopen.c
@@ -0,0 +1,6 @@
+#include <nl_types.h>
+
+nl_catd catopen (const char *name, int oflag)
+{
+ return (nl_catd)-1;
+}