diff options
author | ed <ed@FreeBSD.org> | 2011-12-26 21:51:53 +0000 |
---|---|---|
committer | ed <ed@FreeBSD.org> | 2011-12-26 21:51:53 +0000 |
commit | 6f5f2f5fd7ad53b95e3fef6977942edeb70fc1e4 (patch) | |
tree | 9aa9d3ead883cd53debbe3b797be106429bd9ba6 /contrib/groff/tmac | |
parent | 2667624c1ccce1ce899c2609514f67efede6e038 (diff) | |
download | FreeBSD-src-6f5f2f5fd7ad53b95e3fef6977942edeb70fc1e4.zip FreeBSD-src-6f5f2f5fd7ad53b95e3fef6977942edeb70fc1e4.tar.gz |
Add libstdthreads.
This library implements the C11 threads interface on top of the pthreads
library. As discussed on the lists, the preferred way to implement
this, is as a separate library.
It is unlikely that these functions will be used a lot in the future. It
would have been easier if the C11 working group standardized (a subset
of) pthreads and clock_nanosleep(). Having it as a separate library
allows the embedded people to omit it from their system.
Discussed on: arch@, threads@
Diffstat (limited to 'contrib/groff/tmac')
-rw-r--r-- | contrib/groff/tmac/doc-syms | 1 | ||||
-rw-r--r-- | contrib/groff/tmac/groff_mdoc.man | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/contrib/groff/tmac/doc-syms b/contrib/groff/tmac/doc-syms index 0073146..72846d4 100644 --- a/contrib/groff/tmac/doc-syms +++ b/contrib/groff/tmac/doc-syms @@ -814,6 +814,7 @@ .ds doc-str-Lb-librt \*[Px] \*[doc-str-Lb]Real-time Library (librt, \-lrt) .ds doc-str-Lb-libsdp Bluetooth Service Discovery Protocol User Library (libsdp, \-lsdp) .ds doc-str-Lb-libssp Buffer Overflow Protection Library (libssp, \-lssp) +.ds doc-str-Lb-libstdthreads C11 Threads Library (libstdthreads, \-lstdthreads) .ds doc-str-Lb-libSystem System Library (libSystem, \-lSystem) .ds doc-str-Lb-libtermcap Termcap Access Library (libtermcap, \-ltermcap) .ds doc-str-Lb-libterminfo Terminal Information Library (libterminfo, \-lterminfo) diff --git a/contrib/groff/tmac/groff_mdoc.man b/contrib/groff/tmac/groff_mdoc.man index 136745d..305a041 100644 --- a/contrib/groff/tmac/groff_mdoc.man +++ b/contrib/groff/tmac/groff_mdoc.man @@ -1797,6 +1797,8 @@ and their results are: .Lb libsdp .It Li libssp .Lb libssp +.It Li libstdthreads +.Lb libstdthreads .It Li libSystem .Lb libSystem .It Li libtermcap |