summaryrefslogtreecommitdiffstats
path: root/lib/libc/string/Makefile.inc
diff options
context:
space:
mode:
authorLuiz Otavio O Souza <luiz@netgate.com>2015-09-15 13:41:59 -0500
committerLuiz Otavio O Souza <luiz@netgate.com>2015-10-20 11:52:44 -0500
commit9b291aa4649f2230d48a12c9089e526ef2182abf (patch)
tree9033aaffbe687fc2e95ac22e7c994e4c1e857cf3 /lib/libc/string/Makefile.inc
parent695f7c561490cfa30431266c02d4194ea59ef443 (diff)
downloadFreeBSD-src-9b291aa4649f2230d48a12c9089e526ef2182abf.zip
FreeBSD-src-9b291aa4649f2230d48a12c9089e526ef2182abf.tar.gz
MFC r272673:
Add explicit_bzero(3) and its kernel counterpart. Obtained from: OpenBSD MFC after: 2 weeks TAG: IPSEC-HEAD Issue: #4841
Diffstat (limited to 'lib/libc/string/Makefile.inc')
-rw-r--r--lib/libc/string/Makefile.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/string/Makefile.inc b/lib/libc/string/Makefile.inc
index cc25c25..4efe764 100644
--- a/lib/libc/string/Makefile.inc
+++ b/lib/libc/string/Makefile.inc
@@ -6,7 +6,8 @@
CFLAGS+= -I${.CURDIR}/locale
# machine-independent string sources
-MISRCS+=bcmp.c bcopy.c bzero.c ffs.c ffsl.c ffsll.c fls.c flsl.c flsll.c \
+MISRCS+=bcmp.c bcopy.c bzero.c explicit_bzero.c \
+ ffs.c ffsl.c ffsll.c fls.c flsl.c flsll.c \
memccpy.c memchr.c memrchr.c memcmp.c \
memcpy.c memmem.c memmove.c memset.c \
stpcpy.c stpncpy.c strcasecmp.c \
OpenPOWER on IntegriCloud