OSDN Git Service

Add back in table-less ctype funcs for those interested in minimizing
authorManuel Novoa III <mjn3@codepoet.org>
Mon, 8 Sep 2003 20:33:10 +0000 (20:33 -0000)
committerManuel Novoa III <mjn3@codepoet.org>
Mon, 8 Sep 2003 20:33:10 +0000 (20:33 -0000)
commitf2239854568a38296d1a632321c6fee97410692b
tree24f769283ecd09756812fd69a55b53f3feceb770
parentc9781f6b04ed346407c0462488d2a4c425b69230
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.
12 files changed:
Makefile
extra/Configs/Config.in
extra/locale/Makefile
include/getopt.h
include/stdio.h
include/unistd.h
libc/misc/ctype/Makefile
libc/misc/ctype/ctype.c
libc/sysdeps/linux/common/bits/getopt.h [new file with mode: 0644]
libc/sysdeps/linux/common/bits/uClibc_ctype.h
libc/unistd/Makefile
libc/unistd/getopt-susv3.c [new file with mode: 0644]