From ee3d68a0ce9b2d73c22e3fa577945d24c169cc08 Mon Sep 17 00:00:00 2001 From: deischen Date: Fri, 13 Oct 2000 22:19:50 +0000 Subject: Enable _PTHREADS_INVARIANTS until the recent libc_r changes are shaken out. --- lib/libc_r/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc_r') diff --git a/lib/libc_r/Makefile b/lib/libc_r/Makefile index 4c06007..ea000bd 100644 --- a/lib/libc_r/Makefile +++ b/lib/libc_r/Makefile @@ -17,7 +17,7 @@ CFLAGS+=-I${.CURDIR}/../../include CFLAGS+=-D_LOCK_DEBUG # enable extra internal consistancy checks -# CFLAGS+=-D_PTHREADS_INVARIANTS +CFLAGS+=-D_PTHREADS_INVARIANTS AINC= -I${.CURDIR}/../libc/${MACHINE_ARCH} -I${.CURDIR}/uthread PRECIOUSLIB= yes -- cgit v1.1