aboutsummaryrefslogtreecommitdiff
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.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/cddl/compat/opensolaris/include/libintl.h b/cddl/compat/opensolaris/include/libintl.h
new file mode 100644
index 000000000000..da13f4749081
--- /dev/null
+++ b/cddl/compat/opensolaris/include/libintl.h
@@ -0,0 +1,13 @@
+/* $FreeBSD$ */
+
+#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_ */