summaryrefslogtreecommitdiff
path: root/devel/pth/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'devel/pth/DESCR')
-rw-r--r--devel/pth/DESCR10
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/pth/DESCR b/devel/pth/DESCR
index 04597abf1f5..266953c6ef3 100644
--- a/devel/pth/DESCR
+++ b/devel/pth/DESCR
@@ -1,8 +1,8 @@
-PTH is a very portable POSIX/ANSI-C based library for Unix platforms which
-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.
+PTH is a very portable POSIX/ANSI-C based library for Unix platforms which
+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