Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Apr 2026 12:51:57 +0000
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: fa912e3b9b5c - main - libthr.3: describe what we mean by C runtime environment.
Message-ID:  <69de386d.3dc52.613617a9@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by kib:

URL: https://cgit.FreeBSD.org/src/commit/?id=fa912e3b9b5c074793bb1899f8256ea4baf72631

commit fa912e3b9b5c074793bb1899f8256ea4baf72631
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2026-04-14 00:10:49 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2026-04-14 12:51:32 +0000

    libthr.3: describe what we mean by C runtime environment.
    
    Reviewed by:    emaste
    Sponsored by:   The FreeBSD Foundation
    MFC after:      3 days
    Differential revision:  https://reviews.freebsd.org/D56384
---
 lib/libthr/libthr.3 | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/lib/libthr/libthr.3 b/lib/libthr/libthr.3
index b84176abcd32..8c7b84490547 100644
--- a/lib/libthr/libthr.3
+++ b/lib/libthr/libthr.3
@@ -52,6 +52,12 @@ The library is tightly integrated with the run-time link editor
 and
 .Lb libc ;
 all three components must be built from the same source tree.
+Together, they constitute the base C runtime environment of
+.Fx ,
+running on top of the
+.Fx
+kernel.
+.Pp
 Mixing
 .Li libc
 and


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69de386d.3dc52.613617a9>