libpthread-stubs 0.3-4 source package in Ubuntu

Changelog

libpthread-stubs (0.3-4) unstable; urgency=low


  * Stop building libpthread-stubs0{,-udeb} (closes: 706865).

 -- Julien Cristau <email address hidden>  Sun, 22 Sep 2013 16:58:17 +0200

Upload details

Uploaded by:
XCB Developers
Uploaded to:
Sid
Original maintainer:
XCB Developers
Architectures:
any
Section:
libdevel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release main libdevel
Xenial release main libdevel
Trusty release main libdevel

Downloads

File Size SHA-256 Checksum
libpthread-stubs_0.3-4.dsc 1.9 KiB e72310a5492e641076c199561977703947174c6acc3633073d909f6f5ab3c676
libpthread-stubs_0.3.orig.tar.gz 266.5 KiB 3031f466cf0b06de6b3ccbf2019d15c4fcf75229b7d226a711bc1885b3a82cde
libpthread-stubs_0.3-4.diff.gz 2.4 KiB ce3eb8bdc0f1a4347d42c5736d056973fae46908b764a9f2be83e1bd210f2024

Available diffs

No changes file available.

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.