summaryrefslogtreecommitdiff
path: root/nptl/Versions
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-11-24 22:59:03 +0000
committerUlrich Drepper <drepper@redhat.com>2004-11-24 22:59:03 +0000
commitf1f2cafcd4c23ac4f4077b78fbddff1ffea8b951 (patch)
tree36f377ee010387d9c44bfc049ea7156e6dc2972a /nptl/Versions
parent09594e7ad11ce42ae8ae0b35055ae0b4ec1c3eba (diff)
Update.
2004-11-24 Ulrich Drepper <drepper@redhat.com> * Makefile (libpthread-routines): Add pthread_setschedprio. * Versions [libpthread, GLIBC_2.3.4]: Add pthread_setschedprio. * sysdeps/pthread/pthread.h: Declare pthread_setschedprio. * pthread_setschedprio.c: New file.
Diffstat (limited to 'nptl/Versions')
-rw-r--r--nptl/Versions2
1 files changed, 2 insertions, 0 deletions
diff --git a/nptl/Versions b/nptl/Versions
index 7e8ac9e271..79bf190c3a 100644
--- a/nptl/Versions
+++ b/nptl/Versions
@@ -228,6 +228,8 @@ libpthread {
# New affinity interfaces.
pthread_getaffinity_np; pthread_setaffinity_np;
pthread_attr_getaffinity_np; pthread_attr_setaffinity_np;
+
+ pthread_setschedprio;
}
GLIBC_PRIVATE {