Avoid symbol clashes in bin/df under MKSANITIZER
Remove symbol conflicts for: __getmntinfo13
This commit is contained in:
parent
5d3c833b7d
commit
fab4b3f46f
@ -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
|
NOMAN= # defined
|
||||||
|
|
||||||
@ -24,4 +24,6 @@ CPPFLAGS+= -I${NETBSDSRCDIR}/lib/libc/include
|
|||||||
SRCS+= humanize_number.c
|
SRCS+= humanize_number.c
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
SANITIZER_RENAME_SYMBOL+= __getmntinfo13
|
||||||
|
|
||||||
.include <bsd.test.mk>
|
.include <bsd.test.mk>
|
||||||
|
Loading…
Reference in New Issue
Block a user