mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00: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
|