From b81c896174dc98cb15cc80844751fb23cd9e02d1 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 11 Sep 2000 19:13:06 +0000 Subject: Update. 2000-09-11 Ulrich Drepper * 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. --- linuxthreads/Versions | 1 + 1 file changed, 1 insertion(+) (limited to 'linuxthreads/Versions') diff --git a/linuxthreads/Versions b/linuxthreads/Versions index c52d88f4e1..8f38b9b604 100644 --- a/linuxthreads/Versions +++ b/linuxthreads/Versions @@ -139,6 +139,7 @@ libpthread { # New functions from IEEE Std. 1003.1-200x. sem_timedwait; + pthread_attr_getstack; pthread_attr_setstack; pthread_spin_destroy; pthread_spin_init; pthread_spin_lock; pthread_spin_trylock; pthread_spin_unlock; pthread_getcpuclockid; -- cgit v1.2.3