libpthread-stubs 0.4-ok1 source package in openKylin

Changelog

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

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Mon, 25 Apr 2022 22:03:04 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
luzp
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

Downloads

File Size SHA-256 Checksum
libpthread-stubs_0.4.orig.tar.gz 69.1 KiB 3f0a95dadee936d438c6a3401ffec4e306af68ca9e9adc38196a22f99e3603ec
libpthread-stubs_0.4-ok1.debian.tar.xz 2.6 KiB 551a972a72e8f587462113bb572b0dded59e278b5f34012cdaa7634692d5a8ba
libpthread-stubs_0.4-ok1.dsc 1.7 KiB 2d58ed27a18609adc834a0866cb9cddb81ebde34c015c9b6dcb5f70fea2b9551

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.