Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2003-10-23 22:07:13 +0400
committerJeff Johnston <jjohnstn@redhat.com>2003-10-23 22:07:13 +0400
commit4340b63bc1e20c0311f7a723b8c3ee3b1760a60a (patch)
tree850fb7887a946302c4af37593d9732788dcc5038 /newlib/libc/string/Makefile.am
parent34dd9dbc047a6aa8547d1c6c2f04154d272ee76f (diff)
2003-10-23 Artem B. Bityuckiy <mail_lists@mail.ru>
* libc/string/wcsnlen.c: New file. * libc/include/wchar.h: Add wcsnlen prototype. * libc/string/Makefile.am: Add wcsnlen support. * libc/string/Makefile.in: Regenerated. * libc/string/wcstrings.tex: Add wcsnlen documentation.
Diffstat (limited to 'newlib/libc/string/Makefile.am')
-rw-r--r--newlib/libc/string/Makefile.am12
1 files changed, 7 insertions, 5 deletions
diff --git a/newlib/libc/string/Makefile.am b/newlib/libc/string/Makefile.am
index 6066c9bbf..cac5f1d53 100644
--- a/newlib/libc/string/Makefile.am
+++ b/newlib/libc/string/Makefile.am
@@ -57,6 +57,7 @@ GENERAL_SOURCES = \
wcsncat.c \
wcsncmp.c \
wcsncpy.c \
+ wcsnlen.c \
wcspbrk.c \
wcsrchr.c \
wcsspn.c \
@@ -108,11 +109,12 @@ memcmp.def strchr.def strlen.def strnlen.def strspn.def \
strcasecmp.def strncasecmp.def strlwr.def strupr.def memccpy.def \
mempcpy.def \
wcscat.def wcschr.def wcscmp.def wcscoll.def \
-wcscpy.def wcscspn.def \
-wcslcat.def wcslcpy.def wcslen.def wcsncat.def wcsncmp.def \
-wcsncpy.def wcspbrk.def wcsrchr.def wcsspn.def wcsstr.def \
-wcswidth.def wcwidth.def wmemchr.def wmemcmp.def wmemcpy.def \
-wmemmove.def wmemset.def
+wcscpy.def wcscspn.def \
+wcslcat.def wcslcpy.def wcslen.def wcsncat.def \
+wcsncmp.def wcsncpy.def wcsnlen.def wcspbrk.def \
+wcsrchr.def wcsspn.def wcsstr.def \
+wcswidth.def wcwidth.def wmemchr.def \
+wmemcmp.def wmemcpy.def wmemmove.def wmemset.def
SUFFIXES = .def