summaryrefslogtreecommitdiff
path: root/devel/pth/DESCR
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-08-01 05:18:48 +0000
committerjlam <jlam@pkgsrc.org>2002-08-01 05:18:48 +0000
commit3abecf7e02a07a9f3bd1b63ee1197518c653fd2b (patch)
tree926c4281d385d3849f3cee287628fa019063b149 /devel/pth/DESCR
parentf31766e4277c52b44166b481164421dbb870775d (diff)
downloadpkgsrc-3abecf7e02a07a9f3bd1b63ee1197518c653fd2b.tar.gz
Merge changes to enable hard sycalls from devel/pth-syscall into devel/pth.
Bump the PKGREVISION to 1.
Diffstat (limited to 'devel/pth/DESCR')
-rw-r--r--devel/pth/DESCR4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/pth/DESCR b/devel/pth/DESCR
index e29abcc50a5..04597abf1f5 100644
--- a/devel/pth/DESCR
+++ b/devel/pth/DESCR
@@ -3,3 +3,7 @@ provides non-preemptive scheduling for multiple threads of execution
("multithreading") inside server applications. All threads run in the same
address space of the server application, but each thread has its own
individual program-counter, run-time stack, signal mask and errno variable.
+
+This version makes use of the --enable-syscall-hard option that provides
+replacement syscalls in libpthread. The function gives the appearance of
+some preemptiveness as it provides new syscall entry points.