summaryrefslogtreecommitdiff
path: root/linuxthreads
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-03-21 18:53:05 +0000
committerUlrich Drepper <drepper@redhat.com>2001-03-21 18:53:05 +0000
commitcf4431ed2d72b47bbc36f9656b60b978d29a9dec (patch)
tree822a317584a9128bfe398a286a2dfa3f4ed929ce /linuxthreads
parentdf4cada7cf22a1dce173351b29c8b183e6846acb (diff)
Update.
2001-03-20 Andreas Schwab <schwab@suse.de> * include/unistd.h: Adjust prototype of __gethostname.
Diffstat (limited to 'linuxthreads')
-rw-r--r--linuxthreads/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index 6ad4a7bead..c201221b0f 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -1,3 +1,10 @@
+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.
+ * Examples/ex17.c: New test.
+
2001-03-20 Ulrich Drepper <drepper@redhat.com>
* Makefile: Define -D_RPC_THREAD_SAFE_ for cancel.c.