diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-03-21 18:53:05 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-03-21 18:53:05 +0000 |
commit | cf4431ed2d72b47bbc36f9656b60b978d29a9dec (patch) | |
tree | 822a317584a9128bfe398a286a2dfa3f4ed929ce /linuxthreads | |
parent | df4cada7cf22a1dce173351b29c8b183e6846acb (diff) | |
download | glibc-cf4431ed2d72b47bbc36f9656b60b978d29a9dec.tar glibc-cf4431ed2d72b47bbc36f9656b60b978d29a9dec.tar.gz glibc-cf4431ed2d72b47bbc36f9656b60b978d29a9dec.tar.bz2 glibc-cf4431ed2d72b47bbc36f9656b60b978d29a9dec.zip |
Update.
2001-03-20 Andreas Schwab <schwab@suse.de>
* include/unistd.h: Adjust prototype of __gethostname.
Diffstat (limited to 'linuxthreads')
-rw-r--r-- | linuxthreads/ChangeLog | 7 |
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. |