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/9e17c6a0b956
branches: trunk
changeset: 1002781:9e17c6a0b956
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 bd9b524eddcb -r 9e17c6a0b956 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