You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/toolchain/musl
John Crispin d49f9039f7 musl: add getopt support for non-option arguments
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
10 years ago
..
headers add preliminary support for musl 12 years ago
include musl: add sgidefs.h 10 years ago
patches musl: add getopt support for non-option arguments 10 years ago
Config.in musl: update to version 1.1.1 10 years ago
Config.version musl: update to version 1.1.5 10 years ago
Makefile musl: install a few extra headers to improve compatibility with various packages 10 years ago
common.mk musl: update to version 1.1.5 10 years ago