diff options
author | jmmv <jmmv> | 2003-05-06 17:40:18 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-05-06 17:40:18 +0000 |
commit | 5a79423b6feb188f48299ebbaf981575b33d3f48 (patch) | |
tree | 37ae7d212f46ef8018a7bd8c13edba7da1a47ed9 /devel/pth | |
parent | f58f4f25565243e0fcd6ee359261be2e3cfc7286 (diff) | |
download | pkgsrc-5a79423b6feb188f48299ebbaf981575b33d3f48.tar.gz |
Drop trailing whitespace. Ok'ed by wiz.
Diffstat (limited to 'devel/pth')
-rw-r--r-- | devel/pth/DESCR | 10 |
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 |