wifipineapple-openwrt/toolchain/musl
John Crispin 013b2bcd25 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>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43309 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-11-19 09:21:02 +00:00
..
headers [buildroot] add preliminary support for musl 2012-11-23 20:02:29 +00:00
include musl: add sgidefs.h 2014-06-29 22:25:51 +00:00
patches musl: add getopt support for non-option arguments 2014-11-19 09:21:02 +00:00
Config.in musl: update to version 1.1.1 2014-05-21 14:09:58 +00:00
Config.version musl: update to version 1.1.5 2014-10-19 21:45:41 +00:00
Makefile musl: install a few extra headers to improve compatibility with various packages 2014-06-09 13:47:36 +00:00
common.mk musl: update to version 1.1.5 2014-10-19 21:45:41 +00:00