diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-07-05 11:58:14 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-07-05 11:58:14 +0000 |
commit | 6777b467cec0f1bee82bbd5098bcfa006268fd9c (patch) | |
tree | eb630964b8734898e8a586210ba85ee3ac5dd81c | |
parent | 77ccaba1fa58f871e797ced648c2966842e477db (diff) | |
download | glibc-6777b467cec0f1bee82bbd5098bcfa006268fd9c.zip glibc-6777b467cec0f1bee82bbd5098bcfa006268fd9c.tar.gz glibc-6777b467cec0f1bee82bbd5098bcfa006268fd9c.tar.bz2 |
Fix typo.
* Versions: Add pthread_attr_init to GLIBC_2.1 version in libc.
-rw-r--r-- | linuxthreads/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index d0181c8..83c9856 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,6 +1,6 @@ 1998-07-05 11:54 Ulrich Drepper <drepper@cygnus.com> - * Versions: Add pthread_attr_init ti GLIBC_2.1 version in libc. + * Versions: Add pthread_attr_init to GLIBC_2.1 version in libc. 1998-07-01 Andreas Jaeger <aj@arthur.rhein-neckar.de> |