diff options
author | Rical Jasan <rj@2c3t.io> | 2016-12-06 20:47:02 -0200 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2018-07-24 14:07:31 -0300 |
commit | 9d0a979e5ddcec8ede63b04364e4f5d442d04e14 (patch) | |
tree | e408bb810e91aed44bb78fcc48f22617ecb3a034 /ChangeLog | |
parent | 0a07288b13c89dbbb1cac964891f5905a0919434 (diff) | |
download | glibc-9d0a979e5ddcec8ede63b04364e4f5d442d04e14.tar glibc-9d0a979e5ddcec8ede63b04364e4f5d442d04e14.tar.gz glibc-9d0a979e5ddcec8ede63b04364e4f5d442d04e14.tar.bz2 glibc-9d0a979e5ddcec8ede63b04364e4f5d442d04e14.zip |
Add manual documentation for threads.h
This patch updates the manual and adds a new chapter to the manual,
explaining types macros, constants and functions defined by ISO C11
threads.h standard.
[BZ# 14092]
* manual/debug.texi: Update adjacent chapter name.
* manual/probes.texi: Likewise.
* manual/threads.texi (ISO C Threads): New section.
(POSIX Threads): Convert to a section.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -1,7 +1,17 @@ -2018-07-24 Adhemerval Zanella <adhemerval.zanella@linaro.org> +2018-07-24 Rical Jasan <rj@2c3t.io> + Adhemerval Zanella <adhemerval.zanella@linaro.org> Juan Manuel Torres Palma <jmtorrespalma@gmail.com> [BZ #14092] + * manual/debug.texi: Update adjacent chapter name. + * manual/probes.texi: Likewise. + * manual/threads.texi (ISO C Threads): New section. + (POSIX Threads): Convert to a section. + +2018-07-24 Adhemerval Zanella <adhemerval.zanella@linaro.org> + Juan Manuel Torres Palma <jmtorrespalma@gmail.com> + + [BZ# 14092] * nptl/Makefile (tests): Add new test files. * nptl/tst-call-once.c : New file. Tests C11 functions and types. * nptl/tst-cnd-basic.c: Likewise. |