diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2008-12-12 19:47:05 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2008-12-12 19:47:05 +0000 |
commit | a1631dba6c9dfa4b64927d5e8750d6b65e84de8c (patch) | |
tree | 5921795ff150169d8dbb46f5b268a0211640d3a3 /newlib/libc/string/Makefile.am | |
parent | c43663737c91a02d428c3a6e37b89a94f74cd5c2 (diff) | |
download | cygnal-a1631dba6c9dfa4b64927d5e8750d6b65e84de8c.tar.gz cygnal-a1631dba6c9dfa4b64927d5e8750d6b65e84de8c.tar.bz2 cygnal-a1631dba6c9dfa4b64927d5e8750d6b65e84de8c.zip |
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.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/newlib/libc/string/Makefile.am b/newlib/libc/string/Makefile.am index 2e7f1fca4..1a3433e8d 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 |