diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-06-16 02:53:53 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-06-16 02:53:53 +0000 |
commit | 2e92fd3ce2ad19a5383916e59f4cf42cc69cb127 (patch) | |
tree | 754a47a1c0fe6a96a5d3f6ef17333567604103ac | |
parent | 6f70c24ccbfd46cfc796e459e708cc3437ef3eb4 (diff) | |
download | glibc-2e92fd3ce2ad19a5383916e59f4cf42cc69cb127.tar.gz glibc-2e92fd3ce2ad19a5383916e59f4cf42cc69cb127.tar.xz glibc-2e92fd3ce2ad19a5383916e59f4cf42cc69cb127.zip |
Update.
2001-06-15 H.J. Lu <hjl@gnu.org> * pthread.c (__pthread_reset_main_thread): Fix a typo.
-rw-r--r-- | linuxthreads/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index a15f2afc32..9153fb9f61 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,7 @@ +2001-06-15 H.J. Lu <hjl@gnu.org> + + * pthread.c (__pthread_reset_main_thread): Fix a typo. + 2001-02-02 John S. Marvin <jsm@udlkern.fc.hp.com> * semaphore.h: Use struct _pthread_fastlock as an element of |