diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libbb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h index 95a7470a8..06f887732 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -1212,7 +1212,7 @@ uint32_t getopt32long(char **argv, const char *optstring, const char *longopts, | |||
1212 | * By ~2008, OpenBSD 3.4 was changed to survive glibc-like optind = 0 | 1212 | * By ~2008, OpenBSD 3.4 was changed to survive glibc-like optind = 0 |
1213 | * (to interpret it as if optreset was set). | 1213 | * (to interpret it as if optreset was set). |
1214 | */ | 1214 | */ |
1215 | #ifdef __GLIBC__ | 1215 | #if 1 /*def __GLIBC__*/ |
1216 | #define GETOPT_RESET() (optind = 0) | 1216 | #define GETOPT_RESET() (optind = 0) |
1217 | #else /* BSD style */ | 1217 | #else /* BSD style */ |
1218 | #define GETOPT_RESET() (optind = 1) | 1218 | #define GETOPT_RESET() (optind = 1) |