]> git.ipfire.org Git - thirdparty/glibc.git/blob - include/getopt.h
Installed header hygiene (BZ#20366): Test of installed headers.
[thirdparty/glibc.git] / include / getopt.h
1 #ifndef _GETOPT_H
2
3 #include <features.h> /* Get __GNU_LIBRARY__ defined now. */
4 #include <posix/getopt.h>
5
6 # if defined _GETOPT_H && !defined _ISOMAC
7
8 /* Now define the internal interfaces. */
9 extern void __getopt_clean_environment (char **__env);
10
11 # endif /* _GETOPT_H && !_ISOMAC */
12 #endif