diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-11-24 22:59:03 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-11-24 22:59:03 +0000 |
commit | f1f2cafcd4c23ac4f4077b78fbddff1ffea8b951 (patch) | |
tree | 36f377ee010387d9c44bfc049ea7156e6dc2972a /nptl/Versions | |
parent | 09594e7ad11ce42ae8ae0b35055ae0b4ec1c3eba (diff) | |
download | glibc-f1f2cafcd4c23ac4f4077b78fbddff1ffea8b951.tar glibc-f1f2cafcd4c23ac4f4077b78fbddff1ffea8b951.tar.gz glibc-f1f2cafcd4c23ac4f4077b78fbddff1ffea8b951.tar.bz2 glibc-f1f2cafcd4c23ac4f4077b78fbddff1ffea8b951.zip |
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/Versions | 2 |
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 { |