aboutsummaryrefslogtreecommitdiff
path: root/linuxthreads
diff options
context:
space:
mode:
Diffstat (limited to 'linuxthreads')
-rw-r--r--linuxthreads/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index c201221b0f..2b24584eb2 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -1,5 +1,9 @@
2001-03-21 Jakub Jelinek <jakub@redhat.com>
+ * pthread.c (__pthread_initialize_manager): Fix a typo.
+
+2001-03-21 Jakub Jelinek <jakub@redhat.com>
+
* attr.c (__pthread_attr_setstack): Fix alignment check.
(pthread_getattr_np): __stackaddr is top of stack, not bottom.
* Makefile (tests): Add ex17 test.