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/debug.texi | |
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 'manual/debug.texi')
-rw-r--r-- | manual/debug.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/debug.texi b/manual/debug.texi index f4157e525e..712a42f75c 100644 --- a/manual/debug.texi +++ b/manual/debug.texi @@ -1,5 +1,5 @@ @node Debugging Support -@c @node Debugging Support, POSIX Threads, Cryptographic Functions, Top +@c @node Debugging Support, Threads, Cryptographic Functions, Top @c %MENU% Functions to help debugging applications @chapter Debugging support |