summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/bits/getopt.h
Commit message (Collapse)AuthorAgeFilesLines
* - whitespace cleanup; no obj-code changesBernhard Reutner-Fischer2008-12-291-1/+1
|
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-201-0/+2
| | | | | Appears to build fine (several .configs tried)
* Add Rich Felker's getopt_long to be used in conjunction w/ the SuSv3 getoptPeter S. Mazinger2006-02-271-1/+1
|
* getopt_long[_only] visible only if GNU getopt usedPeter S. Mazinger2006-02-031-0/+2
|
* 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.