diff options
Diffstat (limited to 'src/include/getopt_long.h')
-rw-r--r-- | src/include/getopt_long.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/getopt_long.h b/src/include/getopt_long.h index 3b05fadb388..0589ae67ca1 100644 --- a/src/include/getopt_long.h +++ b/src/include/getopt_long.h @@ -18,7 +18,6 @@ extern int opterr; extern int optind; extern int optopt; extern char *optarg; -extern int optreset; #ifndef HAVE_STRUCT_OPTION |