diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | manual/contrib.texi | 1 |
2 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2017-09-01 H.J. Lu <hongjiu.lu@intel.com> + + * manual/contrib.texi: Credit Ulrich Drepper for the POSIX + Threads Library. + 2017-09-01 Joseph Myers <joseph@codesourcery.com> * sysdeps/unix/sysv/linux/gentempfd.c: Include <string.h>. 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 |