From 3abecf7e02a07a9f3bd1b63ee1197518c653fd2b Mon Sep 17 00:00:00 2001 From: jlam Date: Thu, 1 Aug 2002 05:18:48 +0000 Subject: Merge changes to enable hard sycalls from devel/pth-syscall into devel/pth. Bump the PKGREVISION to 1. --- devel/pth/DESCR | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'devel/pth/DESCR') 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. -- cgit v1.2.3