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)
Fri, Apr 24, 8:31 AM
Unknown Object (File)
Sat, Apr 18, 1:06 PM
Unknown Object (File)
Fri, Apr 17, 10:49 AM
Unknown Object (File)
Thu, Apr 16, 5:57 AM
Unknown Object (File)
Mon, Apr 13, 9:41 PM
Unknown Object (File)
Sun, Apr 5, 11:07 AM
Unknown Object (File)
Wed, Apr 1, 4:57 AM
Unknown Object (File)
Sun, Mar 29, 11:48 PM
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