diff options
author | Siddhesh Poyarekar <siddhesh@redhat.com> | 2013-03-15 09:28:54 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@redhat.com> | 2013-03-15 09:28:54 +0530 |
commit | bcda98809c4a8681661cdaafbe23ec318fb4c394 (patch) | |
tree | 9d85a6c8ab0e3e82c8f8dcf14f5664f4eb606b98 | |
parent | 06d5adfbda9ee26543116854125d4d09bedb6b29 (diff) | |
download | glibc-bcda98809c4a8681661cdaafbe23ec318fb4c394.tar.gz glibc-bcda98809c4a8681661cdaafbe23ec318fb4c394.tar.xz glibc-bcda98809c4a8681661cdaafbe23ec318fb4c394.zip |
Modify threads in nptl cindex to pthreads
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | manual/nptl.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 0d89f5e31d..942a9dcfb1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-03-15 Siddhesh Poyarekar <siddhesh@redhat.com> + + * manual/nptl.texi (cindex): Modify threads to pthreads. + 2013-03-15 Joseph Myers <joseph@codesourcery.com> * sysdeps/x86_64/preconfigure: Regenerated. diff --git a/manual/nptl.texi b/manual/nptl.texi index f1d8f08f6e..9a1df1a862 100644 --- a/manual/nptl.texi +++ b/manual/nptl.texi @@ -2,7 +2,7 @@ @c @node POSIX Threads, , Cryptographic Functions, Top @chapter POSIX Threads @c %MENU% POSIX Threads -@cindex threads +@cindex pthreads This chapter describes the @glibcadj{} POSIX Thread implementation. |