diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-05-06 17:40:18 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-05-06 17:40:18 +0000 |
commit | f1446ddf2bf8118f432b3ac74c88db3d832669a8 (patch) | |
tree | 37ae7d212f46ef8018a7bd8c13edba7da1a47ed9 /devel/pth | |
parent | 37170ce899bdf394cca1d0769b2215d84b15a7ee (diff) | |
download | pkgsrc-f1446ddf2bf8118f432b3ac74c88db3d832669a8.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 |