Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | musl: merge changes from git, includes further getopt fixes | Felix Fietkau | 2015-01-11 | 1 | -43/+0 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43939 | ||||
* | musl: add getopt support for non-option arguments | John Crispin | 2014-11-19 | 1 | -0/+43 |
musl libc doesn't support the GNU getopt extension to parse non-option arguments when the optstring starts with '-'. This extension is used by some utilities, notably iptables, that currently return with errors even with perfectly valid invocations. The patch adds the code needed by getopt.c and getopt_long.c to implement that extension. Signed-off-by: Gianluca Anzolin <gianluca@sottospazio.it> SVN-Revision: 43309 |