aboutsummaryrefslogtreecommitdiff
path: root/linuxthreads/Versions
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-03-15 21:13:12 +0000
committerUlrich Drepper <drepper@redhat.com>2001-03-15 21:13:12 +0000
commit3bf927cbce1d0829b587f5f0eee744e907921c58 (patch)
treee57df20024262c73f67b6171a94757f25e9e1abf /linuxthreads/Versions
parent821a6bb4360ae232140ba230724642fed9db613c (diff)
downloadglibc-3bf927cbce1d0829b587f5f0eee744e907921c58.tar
glibc-3bf927cbce1d0829b587f5f0eee744e907921c58.tar.gz
glibc-3bf927cbce1d0829b587f5f0eee744e907921c58.tar.bz2
glibc-3bf927cbce1d0829b587f5f0eee744e907921c58.zip
Update.
2001-03-15 Ulrich Drepper <drepper@redhat.com> * 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
Diffstat (limited to 'linuxthreads/Versions')
-rw-r--r--linuxthreads/Versions4
1 files changed, 4 insertions, 0 deletions
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;
+ }
}