1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00
* include/setjmp.h: Likewise.
This commit is contained in:
Andreas Jaeger
2000-12-27 20:25:30 +00:00
parent ce351e07c9
commit 784d802ea2
8 changed files with 54 additions and 0 deletions

View File

@ -1 +1,8 @@
#ifndef _GETOPT_H
#include <posix/getopt.h>
/* Now define the internal interfaces. */
extern void __getopt_clean_environment (char **__env);
#endif