unistd: allow to turn off getopt_long
commit067637375658047d70c296606ae17ef0bc86499d
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 12 Dec 2014 15:18:12 +0000 (12 16:18 +0100)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 12 Dec 2014 15:18:12 +0000 (12 16:18 +0100)
tree3310aa2ed1489274cae928e0e9ab350ecf3af3c6
parentd6da534cbf05dc4d09221881afd49b275ca7cd29
unistd: allow to turn off getopt_long

The GNU variant of getopt() previously had no way to turn off
getopt_long() support.
Makefile.in
extra/Configs/Config.in
extra/config/conf.c
include/getopt.h
libc/sysdeps/linux/common/bits/getopt.h
libc/unistd/Makefile.in
libc/unistd/getopt.c
test/nptl/tst-cancel7.c
test/nptl/tst-mqueue7.c
test/test-skeleton.c