Package pth: Information
Source package: pth
Version: 2.0.7-alt9
Build time: Sep 12, 2025, 04:15 PM
Category: System/Libraries
Report package bugHome page: http://www.gnu.org/software/pth/
License: LGPLv2+
Summary: The GNU Portable Threads library
Description:
Pth is a very portable POSIX/ANSI-C based library for Unix platforms
which provides non-preemptive priority-based 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 it's own individual program-counter, run-time
stack, signal mask and errno variable.List of RPM packages built from this SRPM:
libpth (e2kv6, e2kv5, e2kv4, e2k)
libpth-debuginfo (e2kv6, e2kv5, e2kv4, e2k)
libpth-devel (e2kv6, e2kv5, e2kv4, e2k)
libpth (e2kv6, e2kv5, e2kv4, e2k)
libpth-debuginfo (e2kv6, e2kv5, e2kv4, e2k)
libpth-devel (e2kv6, e2kv5, e2kv4, e2k)
Maintainer: Michael Shigorin
Last changed
Sept. 4, 2025 Michael Shigorin 2.0.7-alt9
- Fix build by switching mctx implementation to mcsc explicitly (slower but more portable; see also debian#466115; ilyakurdyukov@).
Sept. 2, 2025 Michael Shigorin 2.0.7-alt8
- E2K: + add patch from dev.mcst.ru (distributable) + fix configure (ilyakurdyukov@)
March 22, 2024 Michael Shigorin 2.0.7-alt7
- Minor cleanup (see also ALT#46206).