diff options
author | 2001-08-29 01:19:01 +0000 | |
---|---|---|
committer | 2001-08-29 01:19:01 +0000 | |
commit | ecdf3e589fdc54877dadd898291b30590b863cda (patch) | |
tree | 40e9b0e05adbdf5845362b6420dbc3af4fb5caca | |
parent | ffs from sparc and strlen from NetBSD. (diff) | |
download | wireguard-openbsd-ecdf3e589fdc54877dadd898291b30590b863cda.tar.xz wireguard-openbsd-ecdf3e589fdc54877dadd898291b30590b863cda.zip |
except ffs and strlen we use the generic functions (for now).
-rw-r--r-- | lib/libc/arch/sparc64/string/Makefile.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/libc/arch/sparc64/string/Makefile.inc b/lib/libc/arch/sparc64/string/Makefile.inc new file mode 100644 index 00000000000..7f88695edb1 --- /dev/null +++ b/lib/libc/arch/sparc64/string/Makefile.inc @@ -0,0 +1,6 @@ +# $OpenBSD: Makefile.inc,v 1.1 2001/08/29 01:19:01 art Exp $ + +SRCS+= bcmp.c ffs.S index.c memchr.c memcmp.c bcopy.c bzero.c \ + rindex.c strcat.c strcmp.c strcpy.c strcspn.c strlen.S \ + strncat.c strncmp.c strncpy.c strpbrk.c strsep.c \ + strspn.c strstr.c swab.c memset.c strlcpy.c strlcat.c |