Module Name: src
Committed By: kamil
Date: Thu Aug 15 08:24:11 UTC 2019
Modified Files:
src/tests/bin/df: Makefile
Log Message:
Avoid symbol clashes in bin/df under MKSANITIZER
Remove symbol conflicts for: __getmntinfo13
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/bin/df/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/bin/df/Makefile
diff -u src/tests/bin/df/Makefile:1.1 src/tests/bin/df/Makefile:1.2
--- src/tests/bin/df/Makefile:1.1 Sat Mar 17 16:33:11 2012
+++ src/tests/bin/df/Makefile Thu Aug 15 08:24:11 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2012/03/17 16:33:11 jruoho Exp $
+# $NetBSD: Makefile,v 1.2 2019/08/15 08:24:11 kamil Exp $
NOMAN= # defined
@@ -24,4 +24,6 @@ CPPFLAGS+= -I${NETBSDSRCDIR}/lib/libc/in
SRCS+= humanize_number.c
.endif
+SANITIZER_RENAME_SYMBOL+= __getmntinfo13
+
.include <bsd.test.mk>