diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/getopt_int.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/getopt_int.h b/lib/getopt_int.h index 7a01a6aa422..9f0c7131a14 100644 --- a/lib/getopt_int.h +++ b/lib/getopt_int.h | |||
| @@ -108,7 +108,7 @@ struct _getopt_data | |||
| 108 | #if defined _LIBC && defined USE_NONOPTION_FLAGS | 108 | #if defined _LIBC && defined USE_NONOPTION_FLAGS |
| 109 | int __nonoption_flags_max_len; | 109 | int __nonoption_flags_max_len; |
| 110 | int __nonoption_flags_len; | 110 | int __nonoption_flags_len; |
| 111 | # endif | 111 | #endif |
| 112 | }; | 112 | }; |
| 113 | 113 | ||
| 114 | /* The initializer is necessary to set OPTIND and OPTERR to their | 114 | /* The initializer is necessary to set OPTIND and OPTERR to their |