Page MenuHomeFreeBSD

libstdthreads: Move to the runtime package
ClosedPublic

Authored by ivy on Sep 30 2025, 5:27 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, May 16, 3:42 AM
Unknown Object (File)
Sat, May 16, 3:42 AM
Unknown Object (File)
Sat, May 16, 3:39 AM
Unknown Object (File)
Thu, Apr 30, 6:14 PM
Unknown Object (File)
Thu, Apr 30, 6:09 PM
Unknown Object (File)
Wed, Apr 29, 1:22 AM
Unknown Object (File)
Wed, Apr 29, 1:13 AM
Unknown Object (File)
Fri, Apr 24, 8:31 AM
Subscribers

Details

Summary

This library is required for C11 conformance, and is tiny (11kB), so
instead of creating a bunch of packages for it, put it in runtime.

Although this is a core C library and might be expected to live in
clibs, kib objected to this on the basis that almost nothing actually
uses libstdthreads and putting it in clibs would be wasteful.

MFC after: 1 day

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable