Module Name:    src
Committed By:   christos
Date:           Sat Jun  9 23:45:56 UTC 2018

Modified Files:
        src/lib/libpthread: Makefile

Log Message:
But set NOSANITIZER


To generate a diff of this commit:
cvs rdiff -u -r1.89 -r1.90 src/lib/libpthread/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libpthread/Makefile
diff -u src/lib/libpthread/Makefile:1.89 src/lib/libpthread/Makefile:1.90
--- src/lib/libpthread/Makefile:1.89	Sat Jun  9 18:41:55 2018
+++ src/lib/libpthread/Makefile	Sat Jun  9 19:45:56 2018
@@ -1,7 +1,7 @@
-#	$NetBSD: Makefile,v 1.89 2018/06/09 22:41:55 christos Exp $
+#	$NetBSD: Makefile,v 1.90 2018/06/09 23:45:56 christos Exp $
 #
 
-#NOSANITIZER=	# defined
+NOSANITIZER=	# defined
 WARNS?=	5
 LIB=	pthread
 

Reply via email to