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 /manual/probes.texi | |
parent | 0a07288b13c89dbbb1cac964891f5905a0919434 (diff) | |
download | glibc-9d0a979e5ddcec8ede63b04364e4f5d442d04e14.tar.gz glibc-9d0a979e5ddcec8ede63b04364e4f5d442d04e14.tar.xz 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 'manual/probes.texi')
-rw-r--r-- | manual/probes.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/probes.texi b/manual/probes.texi index fa6e38f785..ab2a3102bb 100644 --- a/manual/probes.texi +++ b/manual/probes.texi @@ -1,5 +1,5 @@ @node Internal Probes -@c @node Internal Probes, Tunables, POSIX Threads, Top +@c @node Internal Probes, Tunables, Threads, Top @c %MENU% Probes to monitor libc internal behavior @chapter Internal probes |