Searched hist:d646513e57c9d59a7c0cc27a4d41518110db4359 (Results 1 – 1 of 1) sorted by relevance
/freebsd/lib/libc/stdlib/ |
H A D | getopt_long.3 | diff d646513e57c9d59a7c0cc27a4d41518110db4359 Sat Feb 11 06:31:13 CET 2023 Kyle Evans <kevans@FreeBSD.org> getopt_long(3): note an inconsistency with getopt(3) in BUGS
getopt_long(3) will not allow an `optind` setting of 0 to be bug-for-bug compatible with the GNU implementation, as some software does rely on it. Document it as a BUG, since it affects previous declarations of compatibility with getopt(3).
Reviewed by: pauamma (markup) Sponsored by: Klara, Inc. Differential Revision: https://reviews.freebsd.org/D37867
|