musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/misc/getopt_long.c 1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/misc/getopt_long.c b/src/misc/getopt_long.c
index c3cf7f93..c3593716 100644
--- a/src/misc/getopt_long.c
+++ b/src/misc/getopt_long.c
@@ -33,7 +33,6 @@ static int __getopt_long(int argc, char *const *argv, const char *optstring, con
if (i >= argc || !argv[i]) return -1;
if (argv[i][0] != '-') continue;
if (!argv[i][1]) continue;
- if (argv[i][1] == '-' && !argv[i][2]) return -1;
break;
}
optind = i;
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月18日 16:58:48 +0000

AltStyle によって変換されたページ (->オリジナル) /