]> rtime.felk.cvut.cz Git - l4.git/blobdiff - l4/pkg/uclibc/lib/contrib/uclibc/libc/unistd/getopt-susv3.c
update
[l4.git] / l4 / pkg / uclibc / lib / contrib / uclibc / libc / unistd / getopt-susv3.c
index d7b8d0dcae1563cdea10466fbdb5fb5e64f19b55..49f9626bc201d5aada29d124097745ad40437b8f 100644 (file)
 #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";