From 3bf927cbce1d0829b587f5f0eee744e907921c58 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 15 Mar 2001 21:13:12 +0000 Subject: Update. 2001-03-15 Ulrich Drepper * Versions [libpthread] (GLIBC_2.2.3): Add pthread_getattr_np. * attr.c: Implement pthread_getattr_np. * sysdeps/pthread/pthread.h: Add prototype for pthread_getattr_np. * internals.h (struct _pthread_descr_struct): Add p_inheritsched. * manager.c (pthread_handle_create): Initialize p_inheritsched. * sysdeps/unix/sysv/linux/s390/pt-initfini.c: Use 0x07 padding for --- linuxthreads/Versions | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'linuxthreads/Versions') diff --git a/linuxthreads/Versions b/linuxthreads/Versions index 3541002ad5..2e7c11aff6 100644 --- a/linuxthreads/Versions +++ b/linuxthreads/Versions @@ -152,4 +152,8 @@ libpthread { # Extensions. pthread_yield; } + GLIBC_2.2.3 { + # Extensions. + pthread_getattr_np; + } } -- cgit v1.2.3