about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@redhat.com>2013-03-14 12:37:42 +0530
committerSiddhesh Poyarekar <siddhesh@redhat.com>2013-03-14 12:37:42 +0530
commit0409959c86f6840510851a851a1588677a2e537b (patch)
treebe31b096ac621fb71cad8610f379d58058d32a6d /ChangeLog
parente25cfa60057364e8bb6e5340b26ac21341fa4953 (diff)
downloadglibc-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 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fced6c04ed..8fb2ba76a4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
 
+	* manual/Makefile (chapters): Add nptl.
+	* manual/debug.texi (Debugging Support): Add link to Threads
+	chapter.
+	* manual/nptl.texi: New file.
+
 	* sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
 
 2013-03-14  Petr Baudis  <pasky@ucw.cz>