aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/string/Makefile.am
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2008-12-12 19:47:05 +0000
committerJeff Johnston <jjohnstn@redhat.com>2008-12-12 19:47:05 +0000
commita1631dba6c9dfa4b64927d5e8750d6b65e84de8c (patch)
tree5921795ff150169d8dbb46f5b268a0211640d3a3 /newlib/libc/string/Makefile.am
parentc43663737c91a02d428c3a6e37b89a94f74cd5c2 (diff)
downloadnewlib-a1631dba6c9dfa4b64927d5e8750d6b65e84de8c.zip
newlib-a1631dba6c9dfa4b64927d5e8750d6b65e84de8c.tar.gz
newlib-a1631dba6c9dfa4b64927d5e8750d6b65e84de8c.tar.bz2
2008-12-12 Craig Howland <howland@LGSInnovations.com>
* libc/include/wchar.h: Added wcstok() declaration. * libc/string/wcstok.c: New file, implementing wcstok. * libc/string/Makefile.am: Add wcstok support. * libc/string/wcstrings.tex: Ditto. * libc/string/Makefile.in: Regenerated.
Diffstat (limited to 'newlib/libc/string/Makefile.am')
-rw-r--r--newlib/libc/string/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/newlib/libc/string/Makefile.am b/newlib/libc/string/Makefile.am
index 2e7f1fc..1a3433e 100644
--- a/newlib/libc/string/Makefile.am
+++ b/newlib/libc/string/Makefile.am
@@ -62,6 +62,7 @@ GENERAL_SOURCES = \
wcsrchr.c \
wcsspn.c \
wcsstr.c \
+ wcstok.c \
wcswidth.c \
wcsxfrm.c \
wcwidth.c \
@@ -130,7 +131,7 @@ wcscat.def wcschr.def wcscmp.def wcscoll.def \
wcscpy.def wcscspn.def wcpcpy.def wcpncpy.def \
wcslcat.def wcslcpy.def wcslen.def wcsncat.def \
wcsncmp.def wcsncpy.def wcsnlen.def wcspbrk.def \
-wcsrchr.def wcsspn.def wcsstr.def \
+wcsrchr.def wcsspn.def wcsstr.def wcstok.def \
wcswidth.def wcsxfrm.def wcwidth.def wmemchr.def \
wmemcmp.def wmemcpy.def wmemmove.def wmemset.def \
memmem.def