Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/fs/nfs/nfsservice Avoid symbol clashes in fs/nfs/nfsse...
details: https://anonhg.NetBSD.org/src/rev/7d313b46e43e
branches: trunk
changeset: 453504:7d313b46e43e
user: kamil <kamil%NetBSD.org@localhost>
date: Thu Aug 15 08:23:45 2019 +0000
description:
Avoid symbol clashes in fs/nfs/nfsservice under MKSANITIZER
Remove symbol conflicts for: __getmntinfo13
diffstat:
tests/fs/nfs/nfsservice/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (16 lines):
diff -r 31811c95f47a -r 7d313b46e43e tests/fs/nfs/nfsservice/Makefile
--- a/tests/fs/nfs/nfsservice/Makefile Thu Aug 15 08:22:52 2019 +0000
+++ b/tests/fs/nfs/nfsservice/Makefile Thu Aug 15 08:23:45 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2016/08/13 11:20:00 christos Exp $
+# $NetBSD: Makefile,v 1.13 2019/08/15 08:23:45 kamil Exp $
#
NOMAN= 1
@@ -48,4 +48,6 @@
LDADD+= -lwrap -lutil
DPADD+= ${LIBWRAP} ${LIBUTIL}
+SANITIZER_RENAME_SYMBOL+= __getmntinfo13
+
.include <bsd.test.mk>
Home |
Main Index |
Thread Index |
Old Index