mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
784d802ea2
* include/setjmp.h: Likewise.
9 lines
152 B
C
9 lines
152 B
C
#ifndef _GETOPT_H
|
|
|
|
#include <posix/getopt.h>
|
|
|
|
/* Now define the internal interfaces. */
|
|
extern void __getopt_clean_environment (char **__env);
|
|
|
|
#endif
|