Update.
authorUlrich Drepper <drepper@redhat.com>
Wed, 27 Dec 2000 08:33:07 +0000 (08:33 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 27 Dec 2000 08:33:07 +0000 (08:33 +0000)
* attr.c (__pthread_attr_setstack): Fix setting of __stackaddr element.
(__pthread_attr_getstack): Return correct address.
Add warnings for using pthread_attr_getstackaddr and

linuxthreads/ChangeLog

index 370f1dc..e05e7c0 100644 (file)
@@ -1,7 +1,8 @@
 2000-12-27  Ulrich Drepper  <drepper@redhat.com>
 
-       * attr.c (__pthread_attr_setstack): Fix setting of __stackaddr
-       element.  Add warnings for using pthread_attr_getstackaddr and
+       * attr.c (__pthread_attr_setstack): Fix setting of __stackaddr element.
+       (__pthread_attr_getstack): Return correct address.
+       Add warnings for using pthread_attr_getstackaddr and
        pthread_attr_setstackaddr.
 
 2000-12-26  Ulrich Drepper  <drepper@redhat.com>