summaryrefslogtreecommitdiffstats
path: root/cddl/compat/opensolaris/include/libintl.h
diff options
context:
space:
mode:
Diffstat (limited to 'cddl/compat/opensolaris/include/libintl.h')
-rw-r--r--cddl/compat/opensolaris/include/libintl.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/cddl/compat/opensolaris/include/libintl.h b/cddl/compat/opensolaris/include/libintl.h
new file mode 100644
index 0000000..5954344
--- /dev/null
+++ b/cddl/compat/opensolaris/include/libintl.h
@@ -0,0 +1,11 @@
+#ifndef _LIBINTL_H_
+#define _LIBINTL_H_
+
+#include <sys/cdefs.h>
+#include <stdio.h>
+
+#define textdomain(domain) 0
+#define gettext(...) (__VA_ARGS__)
+#define dgettext(domain, ...) (__VA_ARGS__)
+
+#endif /* !_SOLARIS_H_ */
OpenPOWER on IntegriCloud