diff options
author | V'yacheslav Stetskevych <slava18@gmail.com> | 2010-05-13 00:59:13 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:59:13 +0200 |
commit | f3a236a8b4081ae5d5a0d783a9e9edec08d56d13 (patch) | |
tree | b22a2358d6ee97801a823d27808088ce96fdc43a /libraries/pthsem/README | |
parent | 9f918b9cec12c6f79c340b983b571bbd10b3dc2a (diff) |
libraries/pthsem: Added to 13.0 repository
Diffstat (limited to 'libraries/pthsem/README')
-rw-r--r-- | libraries/pthsem/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libraries/pthsem/README b/libraries/pthsem/README new file mode 100644 index 000000000000..7e8dcc7284e4 --- /dev/null +++ b/libraries/pthsem/README @@ -0,0 +1,7 @@ +pthsem is an extended version of the GNU Pth, a user mode multi threading +library, with added support for semaphores. This package can be installed +in parallel with a normal pth, which is included in Slackware. + +This version includes a patch by the developer to make pthsem use the +monotonic clock and be able to react to date and time changes more +adequately. |