diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-09-11 19:13:06 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-09-11 19:13:06 +0000 |
commit | b81c896174dc98cb15cc80844751fb23cd9e02d1 (patch) | |
tree | 36e280081ea0808186228cdfb4cfe93649678157 /linuxthreads/ChangeLog | |
parent | 72c65ff44b8130b54162ec3eb85c36146d7f5d70 (diff) | |
download | glibc-b81c896174dc98cb15cc80844751fb23cd9e02d1.tar.gz glibc-b81c896174dc98cb15cc80844751fb23cd9e02d1.tar.xz glibc-b81c896174dc98cb15cc80844751fb23cd9e02d1.zip |
Update.
2000-09-11 Ulrich Drepper <drepper@redhat.com> * sysdeps/pthread/pthread.h: Declare pthread_attr_getstack and pthread_attr_setstack. * Versions [libpthread] (GLIBC_2.2): Export pthread_attr_getstack and pthread_attr_setstack. * attr.c (pthread_attr_getstack, pthread_attr_setstack): New functions.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r-- | linuxthreads/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 1f44e4c70d..2804dea180 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,11 @@ +2000-09-11 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/pthread/pthread.h: Declare pthread_attr_getstack and + pthread_attr_setstack. + * Versions [libpthread] (GLIBC_2.2): Export pthread_attr_getstack and + pthread_attr_setstack. + * attr.c (pthread_attr_getstack, pthread_attr_setstack): New functions. + 2000-09-05 Ulrich Drepper <drepper@redhat.com> * Examples/ex14.c: New file. |