libpthread-stubs 0.4-1build2 source package in Ubuntu
Changelog
libpthread-stubs (0.4-1build2) jammy; urgency=high * No change rebuild for ppc64el baseline bump. -- Julian Andres Klode <email address hidden> Thu, 24 Mar 2022 13:14:52 +0100
Upload details
- Uploaded by:
- Julian Andres Klode
- Uploaded to:
- Jammy
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any
- Section:
- libdevel
- Urgency:
- Very Urgent
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | main | libdevel | |
Lunar | release | main | libdevel | |
Kinetic | release | main | libdevel | |
Jammy | release | main | libdevel |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libpthread-stubs_0.4.orig.tar.gz | 69.6 KiB | 50d5686b79019ccea08bcbd7b02fe5a40634abcfd4146b6e75c6420cc170e9d9 |
libpthread-stubs_0.4-1build2.diff.gz | 2.5 KiB | 833867c82e28da6d2ba3fa3f7f7d9d658a0ef583466b61e1cf728dc79b3f6926 |
libpthread-stubs_0.4-1build2.dsc | 2.0 KiB | ac6b8523a34bd1768dd185a93981f867710f48f3c812e46ac23e36d3072702d3 |
Available diffs
- diff from 0.4-1build1 (in Ubuntu) to 0.4-1build2 (527 bytes)
Binary packages built by this source
- libpthread-stubs0-dev: pthread stubs not provided by native libc, development files
This library provides weak aliases for pthread functions not provided
in libc or otherwise available by default. Libraries like libxcb rely
on pthread stubs to use pthreads optionally, becoming thread-safe when
linked to libpthread, while avoiding any performance hit when running
single-threaded. libpthread-stubs supports this behavior even on
platforms which do not supply all the necessary pthread stubs.
.
On platforms which already supply all the necessary pthread stubs, this
package ships only the pkg-config file pthread-stubs.pc, to allow
libraries to unconditionally express a dependency on pthread-stubs and
still obtain correct behavior.