]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Credit Ulrich Drepper for libpthread in contrib.texi
authorH.J. Lu <hjl.tools@gmail.com>
Fri, 1 Sep 2017 17:18:37 +0000 (10:18 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Fri, 1 Sep 2017 17:19:07 +0000 (10:19 -0700)
* manual/contrib.texi: Credit Ulrich Drepper for the POSIX
Threads Library.

ChangeLog
manual/contrib.texi

index 5c5dd35d4e07a03ae43b2e4cd2982d2fda5e41d7..a142d3850893c81a848e76fcbc8e18670f6dd654 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>.
index ffdd77191cde37b9f5e7d2a60966530ad2315c27..fff45b92b9aa08e56764585309e1629e163b1a8d 100644 (file)
@@ -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