summaryrefslogtreecommitdiffstats
path: root/lib/libc_r/Makefile
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1998-06-14 11:25:46 +0000
committerpeter <peter@FreeBSD.org>1998-06-14 11:25:46 +0000
commit7321b44b39b5b8d73378f7c295c2508f5d73a09a (patch)
tree1f6502b4108d83c3369ed110c44fe30edb83dc4b /lib/libc_r/Makefile
parentf38597edce3bcec6507debd9e0984d84cd2a8874 (diff)
downloadFreeBSD-src-7321b44b39b5b8d73378f7c295c2508f5d73a09a.zip
FreeBSD-src-7321b44b39b5b8d73378f7c295c2508f5d73a09a.tar.gz
Don't compile in the use of poll() when building libc_r. This isn't
so much a "fix", rather a bandaid to buy time to fix it properly within the thread engine.
Diffstat (limited to 'lib/libc_r/Makefile')
-rw-r--r--lib/libc_r/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc_r/Makefile b/lib/libc_r/Makefile
index 0e05949..84497f2 100644
--- a/lib/libc_r/Makefile
+++ b/lib/libc_r/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.11 1998/06/09 23:25:13 jb Exp $
+# $Id: Makefile,v 1.12 1998/06/12 02:21:27 jb Exp $
#
# All library objects contain rcsid strings by default; they may be
# excluded as a space-saving measure. To produce a library that does
@@ -9,7 +9,7 @@ LIB=c_r
SHLIB_MAJOR= 3
SHLIB_MINOR= 0
CFLAGS+=-DLIBC_RCS -DSYSLIBC_RCS -I${.CURDIR}/../libc/include
-CFLAGS+=-DPTHREAD_KERNEL -D_THREAD_SAFE -I${.CURDIR}/uthread
+CFLAGS+=-DPTHREAD_KERNEL -D_THREAD_SAFE -DNOPOLL -I${.CURDIR}/uthread
# Uncomment this if you want libc_r to contain debug information for
# thread locking.
OpenPOWER on IntegriCloud