Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/arch/sh5/string Use C versions of string functions ...



details:   https://anonhg.NetBSD.org/src/rev/7fc5fa83f2ab
branches:  trunk
changeset: 533844:7fc5fa83f2ab
user:      scw <scw%NetBSD.org@localhost>
date:      Wed Jul 10 09:12:21 2002 +0000

description:
Use C versions of string functions for now.

diffstat:

 lib/libc/arch/sh5/string/Makefile.inc |  6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (10 lines):

diff -r bf3a3d40f990 -r 7fc5fa83f2ab lib/libc/arch/sh5/string/Makefile.inc
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lib/libc/arch/sh5/string/Makefile.inc     Wed Jul 10 09:12:21 2002 +0000
@@ -0,0 +1,6 @@
+#      $NetBSD: Makefile.inc,v 1.1 2002/07/10 09:12:21 scw Exp $
+
+SRCS+= bcmp.c bcopy.c bzero.c ffs.c index.c memchr.c memcmp.c memset.c \
+       rindex.c strcat.c strcmp.c strcpy.c strcspn.c strlen.c \
+       strncat.c strncmp.c strncpy.c strpbrk.c strsep.c \
+       strspn.c strstr.c swab.c



Home | Main Index | Thread Index | Old Index