summaryrefslogtreecommitdiff
path: root/libc/include/getopt.h
diff options
context:
space:
mode:
authorgcc <gcc@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2006-08-17 01:18:26 +0000
committergcc <gcc@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2006-08-17 01:18:26 +0000
commit15f34685e7a9b5caf761af2ebf6afa20438d440b (patch)
treedc04ce3cdf040f198743c15b64557824de174680 /libc/include/getopt.h
parent1e848e0e775a36f6359161f5deb890942ef42ff3 (diff)
Import glibc-mainline for 2006-08-16
git-svn-id: svn://svn.eglibc.org/fsf/trunk@4 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc/include/getopt.h')
-rw-r--r--libc/include/getopt.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/libc/include/getopt.h b/libc/include/getopt.h
new file mode 100644
index 000000000..6f2693d21
--- /dev/null
+++ b/libc/include/getopt.h
@@ -0,0 +1,13 @@
+#ifndef _GETOPT_H
+
+#include <features.h> /* Get __GNU_LIBRARY__ defined now. */
+#include <posix/getopt.h>
+
+# ifdef _GETOPT_H
+
+/* Now define the internal interfaces. */
+extern void __getopt_clean_environment (char **__env);
+
+# endif
+
+#endif