diff options
author | Andreas Jaeger <aj@suse.de> | 2000-12-27 20:25:30 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2000-12-27 20:25:30 +0000 |
commit | 784d802ea2b7f156f59e86b77d4f17ea9effaaba (patch) | |
tree | c4e2340421fa8c6d0cf63ca3c3145736332a7eef /include/getopt.h | |
parent | ce351e07c964925c22d365ce653639aebea55350 (diff) | |
download | glibc-784d802ea2b7f156f59e86b77d4f17ea9effaaba.tar.gz |
Update.
* include/setjmp.h: Likewise.
Diffstat (limited to 'include/getopt.h')
-rw-r--r-- | include/getopt.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/getopt.h b/include/getopt.h index 74ca6d453a..7a35c8a20b 100644 --- a/include/getopt.h +++ b/include/getopt.h @@ -1 +1,8 @@ +#ifndef _GETOPT_H + #include <posix/getopt.h> + +/* Now define the internal interfaces. */ +extern void __getopt_clean_environment (char **__env); + +#endif |