libpthread-stubs 0.4-ok2 source package in openKylin

Changelog

libpthread-stubs (0.4-ok2) yangtze; urgency=medium

  * Build for openKylin

 -- zhouganqing <email address hidden>  Mon, 13 Feb 2023 11:07:33 +0800

Upload details

Uploaded by:
周淦清
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
any
Section:
libdevel
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 proposed main libdevel
Huanghe V3.0 release main libdevel
Nile V2.0 proposed main libdevel
Nile V2.0 release main libdevel
Yangtze V1.0 release main libdevel
Yangtze V1.0 proposed main libdevel

Downloads

File Size SHA-256 Checksum
libpthread-stubs_0.4.orig.tar.gz 69.1 KiB 3f0a95dadee936d438c6a3401ffec4e306af68ca9e9adc38196a22f99e3603ec
libpthread-stubs_0.4-ok2.debian.tar.xz 2.6 KiB 76298123a54b70f7a2cc2adc1307e131b2acb38ab4723910558461723549825e
libpthread-stubs_0.4-ok2.dsc 1.7 KiB 057a4223346ac9991c4d38cec3936c813654c0e727e6c72de9cfcd940b346ae2

Available diffs

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.