summaryrefslogtreecommitdiffstats
path: root/lib/libc/hidden/getopt.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Don't wrap initialized variables: binutils appears to be mishandling themguenther2015-09-191-2/+2
| | | | | | on arm and m88k problems with optind observed by jsg@
* Wrap <getopt.h> to make the functions weak and make access to the initializedguenther2015-09-121-0/+37
variables go direct. (Common variables cannot be aliased.)