summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1999-06-20 08:32:37 +0000
committerjb <jb@FreeBSD.org>1999-06-20 08:32:37 +0000
commit001c7111982bf8957f3ded143da32883e3ac677e (patch)
treecc140fab5fc5bb701c7c00f8c55abda48b22ad31 /lib
parent5e17641ba44c5097022dd1815914b2c362554edc (diff)
downloadFreeBSD-src-001c7111982bf8957f3ded143da32883e3ac677e.zip
FreeBSD-src-001c7111982bf8957f3ded143da32883e3ac677e.tar.gz
Remove -DNOPOLL from the compilation flags now that there is a poll wrapper
in libc_r. Bump the library version number (the scheduler now uses a poll syscall instead of select).
Diffstat (limited to 'lib')
-rw-r--r--lib/libc_r/Makefile8
-rw-r--r--lib/libkse/Makefile8
-rw-r--r--lib/libpthread/Makefile8
3 files changed, 12 insertions, 12 deletions
diff --git a/lib/libc_r/Makefile b/lib/libc_r/Makefile
index 806cd10..d79dcd7 100644
--- a/lib/libc_r/Makefile
+++ b/lib/libc_r/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.13 1998/06/14 11:25:44 peter Exp $
+# $Id: Makefile,v 1.14 1998/12/10 20:27:52 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
@@ -6,14 +6,14 @@
# from CFLAGS below. To remove these strings from just the system call
# stubs, remove just -DSYSLIBC_RCS from CFLAGS.
LIB=c_r
-SHLIB_MAJOR= 3
+SHLIB_MAJOR= 4
SHLIB_MINOR= 0
CFLAGS+=-DLIBC_RCS -DSYSLIBC_RCS -I${.CURDIR}/../libc/include
-CFLAGS+=-DPTHREAD_KERNEL -D_THREAD_SAFE -DNOPOLL -I${.CURDIR}/uthread
+CFLAGS+=-DPTHREAD_KERNEL -D_THREAD_SAFE -I${.CURDIR}/uthread
# Uncomment this if you want libc_r to contain debug information for
# thread locking.
-# CFLAGS+=-D_LOCK_DEBUG
+#CFLAGS+=-D_LOCK_DEBUG
AINC= -I${.CURDIR}/../libc/${MACHINE_ARCH} -I${.CURDIR}/uthread
PRECIOUSLIB= yes
diff --git a/lib/libkse/Makefile b/lib/libkse/Makefile
index 806cd10..d79dcd7 100644
--- a/lib/libkse/Makefile
+++ b/lib/libkse/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.13 1998/06/14 11:25:44 peter Exp $
+# $Id: Makefile,v 1.14 1998/12/10 20:27:52 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
@@ -6,14 +6,14 @@
# from CFLAGS below. To remove these strings from just the system call
# stubs, remove just -DSYSLIBC_RCS from CFLAGS.
LIB=c_r
-SHLIB_MAJOR= 3
+SHLIB_MAJOR= 4
SHLIB_MINOR= 0
CFLAGS+=-DLIBC_RCS -DSYSLIBC_RCS -I${.CURDIR}/../libc/include
-CFLAGS+=-DPTHREAD_KERNEL -D_THREAD_SAFE -DNOPOLL -I${.CURDIR}/uthread
+CFLAGS+=-DPTHREAD_KERNEL -D_THREAD_SAFE -I${.CURDIR}/uthread
# Uncomment this if you want libc_r to contain debug information for
# thread locking.
-# CFLAGS+=-D_LOCK_DEBUG
+#CFLAGS+=-D_LOCK_DEBUG
AINC= -I${.CURDIR}/../libc/${MACHINE_ARCH} -I${.CURDIR}/uthread
PRECIOUSLIB= yes
diff --git a/lib/libpthread/Makefile b/lib/libpthread/Makefile
index 806cd10..d79dcd7 100644
--- a/lib/libpthread/Makefile
+++ b/lib/libpthread/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.13 1998/06/14 11:25:44 peter Exp $
+# $Id: Makefile,v 1.14 1998/12/10 20:27:52 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
@@ -6,14 +6,14 @@
# from CFLAGS below. To remove these strings from just the system call
# stubs, remove just -DSYSLIBC_RCS from CFLAGS.
LIB=c_r
-SHLIB_MAJOR= 3
+SHLIB_MAJOR= 4
SHLIB_MINOR= 0
CFLAGS+=-DLIBC_RCS -DSYSLIBC_RCS -I${.CURDIR}/../libc/include
-CFLAGS+=-DPTHREAD_KERNEL -D_THREAD_SAFE -DNOPOLL -I${.CURDIR}/uthread
+CFLAGS+=-DPTHREAD_KERNEL -D_THREAD_SAFE -I${.CURDIR}/uthread
# Uncomment this if you want libc_r to contain debug information for
# thread locking.
-# CFLAGS+=-D_LOCK_DEBUG
+#CFLAGS+=-D_LOCK_DEBUG
AINC= -I${.CURDIR}/../libc/${MACHINE_ARCH} -I${.CURDIR}/uthread
PRECIOUSLIB= yes
OpenPOWER on IntegriCloud