Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/bin/df Avoid symbol clashes in bin/df under MKSANITIZER



details:   https://anonhg.NetBSD.org/src/rev/b6b9cb8d2739
branches:  trunk
changeset: 458889:b6b9cb8d2739
user:      kamil <kamil%NetBSD.org@localhost>
date:      Thu Aug 15 08:24:11 2019 +0000

description:
Avoid symbol clashes in bin/df under MKSANITIZER

Remove symbol conflicts for: __getmntinfo13

diffstat:

 tests/bin/df/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 324cca608d65 -r b6b9cb8d2739 tests/bin/df/Makefile
--- a/tests/bin/df/Makefile     Thu Aug 15 08:23:45 2019 +0000
+++ b/tests/bin/df/Makefile     Thu Aug 15 08:24:11 2019 +0000
@@ -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 @@
 SRCS+=         humanize_number.c
 .endif
 
+SANITIZER_RENAME_SYMBOL+=      __getmntinfo13
+
 .include <bsd.test.mk>



Home | Main Index | Thread Index | Old Index