libpthread-stubs 0.4-1build3 source package in Ubuntu

Changelog

libpthread-stubs (0.4-1build3) noble; urgency=high

  * No change rebuild for 64-bit time_t and frame pointers.

 -- Julian Andres Klode <email address hidden>  Mon, 08 Apr 2024 18:06:30 +0200

Upload details

Uploaded by:
Julian Andres Klode
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
libdevel
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe libdevel
Noble release main libdevel

Downloads

File Size SHA-256 Checksum
libpthread-stubs_0.4.orig.tar.gz 69.6 KiB 50d5686b79019ccea08bcbd7b02fe5a40634abcfd4146b6e75c6420cc170e9d9
libpthread-stubs_0.4-1build3.diff.gz 2.5 KiB 4cfc7e058a389754622ce9493c23533d1f23e0bf486537a1d4f1dc051a7474a4
libpthread-stubs_0.4-1build3.dsc 2.0 KiB 4c43bade6095fc36bb215ae23ac84179e80d295cbeff7782bc54fa9017689265

View changes file

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.