summaryrefslogtreecommitdiff
path: root/libc/unistd
diff options
context:
space:
mode:
Diffstat (limited to 'libc/unistd')
-rw-r--r--libc/unistd/getopt.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/libc/unistd/getopt.c b/libc/unistd/getopt.c
index 311118853..504f3764c 100644
--- a/libc/unistd/getopt.c
+++ b/libc/unistd/getopt.c
@@ -31,6 +31,12 @@
#include <stdlib.h>
#include <libintl.h>
+#ifdef __UCLIBC_MJN3_ONLY__
+#warning TODO: Enable gettext awareness.
+#endif /* __UCLIBC_MJN3_ONLY__ */
+
+#undef _
+#define _(X) X
/* Treat '-W foo' the same as the long option '--foo',
* disabled for the moment since it costs about 2k... */