diff options
Diffstat (limited to 'libc/unistd/getopt_int.h')
-rw-r--r-- | libc/unistd/getopt_int.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/unistd/getopt_int.h b/libc/unistd/getopt_int.h index 5637c109f..a871785d1 100644 --- a/libc/unistd/getopt_int.h +++ b/libc/unistd/getopt_int.h @@ -26,7 +26,7 @@ extern int _getopt_internal (int ___argc, char *const *___argv, const struct option *__longopts, int *__longind, int __long_only) attribute_hidden; - + /* Reentrant versions which can handle parsing multiple argument vectors at the same time. */ |