summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/hppa/string
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2015-05-15 22:29:37 +0000
committermillert <millert@openbsd.org>2015-05-15 22:29:37 +0000
commitcb39b41371628601fbe4c618205356d538b9d08a (patch)
tree4bfaa7404c3e1cc94071c2f40996135642757ced /lib/libc/arch/hppa/string
parentadd missing placeholder so that the "UNSIGNED PACKAGES: " line actually (diff)
downloadwireguard-openbsd-cb39b41371628601fbe4c618205356d538b9d08a.tar.xz
wireguard-openbsd-cb39b41371628601fbe4c618205356d538b9d08a.zip
Make index/rindex weak aliases of strchr/strrchr since they are not
part of the ISO C standard and have also been dropped from POSIX. OK guenther@ kettenis@
Diffstat (limited to 'lib/libc/arch/hppa/string')
-rw-r--r--lib/libc/arch/hppa/string/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/arch/hppa/string/Makefile.inc b/lib/libc/arch/hppa/string/Makefile.inc
index 7dc5311d52a..41064652c70 100644
--- a/lib/libc/arch/hppa/string/Makefile.inc
+++ b/lib/libc/arch/hppa/string/Makefile.inc
@@ -1,7 +1,7 @@
-# $OpenBSD: Makefile.inc,v 1.9 2014/12/05 01:30:44 deraadt Exp $
+# $OpenBSD: Makefile.inc,v 1.10 2015/05/15 22:29:37 millert Exp $
SRCS+= memmove.S memcpy.c \
- index.c rindex.c strchr.c strrchr.c \
+ strchr.c strrchr.c \
bcmp.c bzero.c ffs.c memchr.c memcmp.c \
memset.c strcat.c strcmp.c strcpy.c strcspn.c strlen.c \
strlcat.c strlcpy.c strncat.c strncmp.c strncpy.c \