]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
intro.3: Document 'libstdthreads' (the ISO C11 '<threads.h>' library).
authorGordon Bergling <gbe@FreeBSD.org>
Mon, 7 Nov 2022 10:34:00 +0000 (11:34 +0100)
committerGordon Bergling <gbe@FreeBSD.org>
Thu, 10 Nov 2022 06:06:02 +0000 (07:06 +0100)
commit1bffa20445ff28f82fbf770b5cdda06b0727c119
treebfc28bb359ad1dd4c31feaf361ab806a83cdd472
parentb2b5bb9e6818a9dcc17c477252eadc0f88899cbb
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