summaryrefslogtreecommitdiffstats
path: root/lib/libpthread
diff options
context:
space:
mode:
authordeischen <deischen@FreeBSD.org>2000-10-13 22:19:50 +0000
committerdeischen <deischen@FreeBSD.org>2000-10-13 22:19:50 +0000
commitee3d68a0ce9b2d73c22e3fa577945d24c169cc08 (patch)
treecd1ad96e2bfc2f82920282715db339b1eb2a9197 /lib/libpthread
parentc38dc4b5f95bf9877dbf1265cff448dc0f811211 (diff)
downloadFreeBSD-src-ee3d68a0ce9b2d73c22e3fa577945d24c169cc08.zip
FreeBSD-src-ee3d68a0ce9b2d73c22e3fa577945d24c169cc08.tar.gz
Enable _PTHREADS_INVARIANTS until the recent libc_r changes are
shaken out.
Diffstat (limited to 'lib/libpthread')
-rw-r--r--lib/libpthread/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/Makefile b/lib/libpthread/Makefile
index 4c06007..ea000bd 100644
--- a/lib/libpthread/Makefile
+++ b/lib/libpthread/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
OpenPOWER on IntegriCloud