diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-12-02 04:04:31 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-12-02 04:04:31 +0000 |
commit | d43853877f39b7ccc5bde18ba9f6c22d3bb67af2 (patch) | |
tree | 11c660a9e64633a5ee525ba0a4f67127142b68d5 | |
parent | 07f4e1768fdf06363e2a20a6c1d86ec7fe20a48c (diff) |
Noone cares what castle the princess is in
-rw-r--r-- | lib/libc/arch/i386/string/Makefile.inc | 6 | ||||
-rw-r--r-- | lib/libc/arch/i386/string/bcopy.S | 1 | ||||
-rw-r--r-- | lib/libc/arch/i386/string/memcpy.S | 1 |
3 files changed, 3 insertions, 5 deletions
diff --git a/lib/libc/arch/i386/string/Makefile.inc b/lib/libc/arch/i386/string/Makefile.inc index b0334f3399d..3425734040a 100644 --- a/lib/libc/arch/i386/string/Makefile.inc +++ b/lib/libc/arch/i386/string/Makefile.inc @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile.inc,v 1.7 2014/11/30 19:43:56 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.8 2014/12/02 04:04:30 deraadt Exp $ -SRCS+= bcopy.S memcpy.c memmove.S \ +SRCS+= memcpy.c memmove.S \ strchr.S strrchr.S \ - bcmp.S bcopy.S bzero.S ffs.S memchr.S memcmp.S swab.S \ + bcmp.S bzero.S ffs.S memchr.S memcmp.S swab.S \ memset.S strcat.S strcmp.S strcpy.S \ strcspn.c strlen.c strlcat.c strlcpy.c \ strncat.c strncmp.S strncpy.c strpbrk.c strsep.c \ diff --git a/lib/libc/arch/i386/string/bcopy.S b/lib/libc/arch/i386/string/bcopy.S deleted file mode 100644 index c9361568da4..00000000000 --- a/lib/libc/arch/i386/string/bcopy.S +++ /dev/null @@ -1 +0,0 @@ -/* This code is contained in memmove.S */ diff --git a/lib/libc/arch/i386/string/memcpy.S b/lib/libc/arch/i386/string/memcpy.S deleted file mode 100644 index c9361568da4..00000000000 --- a/lib/libc/arch/i386/string/memcpy.S +++ /dev/null @@ -1 +0,0 @@ -/* This code is contained in memmove.S */ |