Date: Thu, 10 Nov 2022 06:06:30 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 1bffa20445ff - stable/13 - intro.3: Document 'libstdthreads' (the ISO C11 '<threads.h>' library). Message-ID: <202211100606.2AA66UIr077931@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=1bffa20445ff28f82fbf770b5cdda06b0727c119 commit 1bffa20445ff28f82fbf770b5cdda06b0727c119 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-11-07 10:34:00 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-11-10 06:06:02 +0000 intro.3: Document 'libstdthreads' (the ISO C11 '<threads.h>' library). It's still relatively uncommon to see C11 '<threads.h>' being used, but it's worth documenting, especially since FreeBSD requires a different library for C11 threads compared to glibc (part of '-lpthread') or musl libc (included by default). PR: 267551 Submitted by: Alois Klink <alois plus freebsd at aloisklink dot com> Reviewed by: pauamma Differential Revision: https://reviews.freebsd.org/D37284 (cherry picked from commit 8a220816c72261efce304568498279fdda6b57cb) --- share/man/man3/intro.3 | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/share/man/man3/intro.3 b/share/man/man3/intro.3 index d6dff3ab3782..aeb546ef4cad 100644 --- a/share/man/man3/intro.3 +++ b/share/man/man3/intro.3 @@ -28,7 +28,7 @@ .\" @(#)intro.3 8.1 (Berkeley) 6/5/93 .\" $FreeBSD$ .\" -.Dd December 18, 2021 +.Dd November 7, 2022 .Dt INTRO 3 .Os .Sh NAME @@ -231,6 +231,13 @@ See The POSIX threads library. See .Xr pthread 3 . +.It Em libstdthreads +.Pq Fl l Ns Ar stdthreads +The ISO C11 standard +.In threads.h +library. +See +.Xr thrd_create 3 . .It Em libsysdecode .Pq Fl l Ns Ar sysdecode The system argument decoding library.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202211100606.2AA66UIr077931>