summaryrefslogtreecommitdiff
path: root/include/getopt.h
blob: 6f2693d21bd1411cc43a547570c9dab973a2634f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef _GETOPT_H

#include <features.h>		/* Get __GNU_LIBRARY__ defined now.  */
#include <posix/getopt.h>

# ifdef _GETOPT_H

/* Now define the internal interfaces.  */
extern void __getopt_clean_environment (char **__env);

# endif

#endif