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:
authorThomas Fitzsimmons <fitzsim@redhat.com>2002-05-13 23:33:01 +0400
committerThomas Fitzsimmons <fitzsim@redhat.com>2002-05-13 23:33:01 +0400
commit7d2ce8983da38c91f3fb6a3cbf64d50d04282f82 (patch)
tree07141ee4e661725ab6035e52b40ed5dfc5e50091 /newlib/libc/string/Makefile.am
parent043bc3e1eea5042ef269f4f2b6aa6cb760b23fcd (diff)
2002-05-10 Mark Bradshaw <bradshaw@staff.crosswalk.com>
* libc/include/string.h (!__STRICT_ANSI__): Add strlcat and strlcpy. * libc/string/Makefile.am: Add strlcat.c and strlcpy.c. * libc/string/strlcat.c: New file. * libc/string/strlcpy.c: New file.
Diffstat (limited to 'newlib/libc/string/Makefile.am')
-rw-r--r--newlib/libc/string/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/newlib/libc/string/Makefile.am b/newlib/libc/string/Makefile.am
index e36012500..d97c1ff67 100644
--- a/newlib/libc/string/Makefile.am
+++ b/newlib/libc/string/Makefile.am
@@ -23,6 +23,8 @@ LIB_SOURCES = \
strcpy.c \
strcspn.c \
strerror.c \
+ strlcat.c \
+ strlcpy.c \
strlen.c \
strlwr.c \
strncat.c \