diff options
Diffstat (limited to 'libc/unistd/getopt-susv3.c')
-rw-r--r-- | libc/unistd/getopt-susv3.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/libc/unistd/getopt-susv3.c b/libc/unistd/getopt-susv3.c index d7b8d0dca..49f9626bc 100644 --- a/libc/unistd/getopt-susv3.c +++ b/libc/unistd/getopt-susv3.c @@ -22,14 +22,7 @@ #include <string.h> #include <stdio.h> #include <getopt.h> - - -#ifdef __UCLIBC_MJN3_ONLY__ -#warning TODO: Enable gettext awareness. -#endif /* __UCLIBC_MJN3_ONLY__ */ - -#undef _ -#define _(X) X +#include <libintl.h> #ifdef __BCC__ static const char missing[] = "option requires an argument"; |