summaryrefslogtreecommitdiffstats
path: root/libc/unistd/getopt_vars.c
Commit message (Collapse)AuthorAgeFilesLines
* Patch from Jean-Yves Avenard to move the getopt globals to theirEric Andersen2001-03-051-0/+40
own file, since at least on SH, weak variables with initial values (.data stuff) were not working. Moving these to their own file seems to be a good way to handle it.