Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | as psm points out, we need to use bits/getopt.h in unistd.h since getopt.h ↵ | Mike Frysinger | 2005-11-15 | 1 | -0/+2 |
| | | | | wont exist if user disables the option | ||||
* | sync getopt headers with glibc | Mike Frysinger | 2005-11-15 | 1 | -11/+26 |
| | |||||
* | Add back in table-less ctype funcs for those interested in minimizing | Manuel Novoa III | 2003-09-08 | 1 | -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. |