summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/bits/getopt.h
Commit message (Collapse)AuthorAgeFilesLines
* as psm points out, we need to use bits/getopt.h in unistd.h since getopt.h ↵Mike Frysinger2005-11-151-0/+2
| | | | wont exist if user disables the option
* sync getopt headers with glibcMike Frysinger2005-11-151-11/+26
|
* Add back in table-less ctype funcs for those interested in minimizingManuel Novoa III2003-09-081-0/+162
static build sizes and not needing wchar support. Add in a SUSv3 getopt as an option for those not needing gnu getopt. Again, mainly for the static linking crowd.