blob: 6f2693d21bd1411cc43a547570c9dab973a2634f [file] [log] [blame]
xf.libfc6e712025-02-07 01:54:34 -08001#ifndef _GETOPT_H
2
3#include <features.h> /* Get __GNU_LIBRARY__ defined now. */
4#include <posix/getopt.h>
5
6# ifdef _GETOPT_H
7
8/* Now define the internal interfaces. */
9extern void __getopt_clean_environment (char **__env);
10
11# endif
12
13#endif