diff options
author | Manuel Novoa III <mjn3@codepoet.org> | 2003-09-08 20:33:10 +0000 |
---|---|---|
committer | Manuel Novoa III <mjn3@codepoet.org> | 2003-09-08 20:33:10 +0000 |
commit | f2239854568a38296d1a632321c6fee97410692b (patch) | |
tree | 24f769283ecd09756812fd69a55b53f3feceb770 /include/unistd.h | |
parent | c9781f6b04ed346407c0462488d2a4c425b69230 (diff) | |
download | uClibc-alpine-f2239854568a38296d1a632321c6fee97410692b.tar.bz2 uClibc-alpine-f2239854568a38296d1a632321c6fee97410692b.tar.xz |
Add back in table-less ctype funcs for those interested in minimizing
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.
Diffstat (limited to 'include/unistd.h')
-rw-r--r-- | include/unistd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unistd.h b/include/unistd.h index e5441c48e..6ef351eed 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -724,7 +724,7 @@ extern int setlogin (__const char *__name) __THROW; arguments in ARGV (ARGC of them, minus the program name) for options given in OPTS. */ # define __need_getopt -# include <getopt.h> +# include <bits/getopt.h> #endif |