diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2017-09-01 10:18:37 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2017-09-01 10:19:07 -0700 |
commit | 136fa185fdb24a1a6e6fc94e8b84e8f95e510d93 (patch) | |
tree | 249f4d46a6ca5752ef70edfec44401e3f84ef210 /manual/contrib.texi | |
parent | Include <string.h> for strcmp call from sysdeps/unix/sysv/linux/gentempfd.c. (diff) | |
download | glibc-136fa185fdb24a1a6e6fc94e8b84e8f95e510d93.tar.gz glibc-136fa185fdb24a1a6e6fc94e8b84e8f95e510d93.tar.bz2 glibc-136fa185fdb24a1a6e6fc94e8b84e8f95e510d93.zip |
Credit Ulrich Drepper for libpthread in contrib.texi
* manual/contrib.texi: Credit Ulrich Drepper for the POSIX
Threads Library.
Diffstat (limited to 'manual/contrib.texi')
-rw-r--r-- | manual/contrib.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manual/contrib.texi b/manual/contrib.texi index ffdd77191c..fff45b92b9 100644 --- a/manual/contrib.texi +++ b/manual/contrib.texi @@ -75,6 +75,7 @@ x86. Ulrich Drepper for his many contributions in almost all parts of @theglibc{}, including: @itemize @bullet +@item writing most of the POSIX Threads Library originally. @item internationalization support, including the @code{locale} and @code{localedef} utilities. @item Linux i386/ELF support |