From 8d0a4dab61cf0fa83f427341e93d581ac2490eeb Mon Sep 17 00:00:00 2001 From: David Xu Date: Fri, 18 Jan 2008 04:29:36 +0000 Subject: [PATCH] SYSTEM_SCOPE_ONLY flag is no longer needed, it is the only mode libthr supports. --- lib/libthr/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/libthr/Makefile b/lib/libthr/Makefile index eda7d3ef839..f72cc828d73 100644 --- a/lib/libthr/Makefile +++ b/lib/libthr/Makefile @@ -27,8 +27,6 @@ CFLAGS+=-I${.CURDIR}/../../libexec/rtld-elf/${MACHINE_ARCH} CFLAGS+=-I${.CURDIR}/../libthread_db CFLAGS+=-Winline -# CFLAGS+=-DSYSTEM_SCOPE_ONLY - VERSION_MAP=${.CURDIR}/pthread.map MAN= libthr.3