diff options
author | Siddhesh Poyarekar <siddhesh@redhat.com> | 2013-03-14 12:37:42 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@redhat.com> | 2013-03-14 12:37:42 +0530 |
commit | 0409959c86f6840510851a851a1588677a2e537b (patch) | |
tree | be31b096ac621fb71cad8610f379d58058d32a6d /manual/Makefile | |
parent | e25cfa60057364e8bb6e5340b26ac21341fa4953 (diff) | |
download | glibc-0409959c86f6840510851a851a1588677a2e537b.tar.gz glibc-0409959c86f6840510851a851a1588677a2e537b.tar.xz glibc-0409959c86f6840510851a851a1588677a2e537b.zip |
Add nptl manual chapter
This adds the base chapter for POSIX threads and also documentation for thread-specific data, along with a note on its interaction with C++11 thread_local variables.
Diffstat (limited to 'manual/Makefile')
-rw-r--r-- | manual/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/Makefile b/manual/Makefile index c1a304cc80..10314a9624 100644 --- a/manual/Makefile +++ b/manual/Makefile @@ -42,7 +42,7 @@ chapters = $(addsuffix .texi, \ message search pattern io stdio llio filesys \ pipe socket terminal syslog math arith time \ resource setjmp signal startup process job nss \ - users sysinfo conf crypt debug) + users sysinfo conf crypt debug nptl) add-chapters = $(wildcard $(foreach d, $(add-ons), ../$d/$d.texi)) appendices = lang.texi header.texi install.texi maint.texi platform.texi \ contrib.texi |