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/Makefile | |
parent | 09594e7ad11ce42ae8ae0b35055ae0b4ec1c3eba (diff) | |
download | glibc-f1f2cafcd4c23ac4f4077b78fbddff1ffea8b951.tar.gz glibc-f1f2cafcd4c23ac4f4077b78fbddff1ffea8b951.tar.xz 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/Makefile')
-rw-r--r-- | nptl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index 0c5043f9f5..c103503582 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -36,6 +36,7 @@ libpthread-routines = init vars events version \ pthread_self pthread_equal pthread_yield \ pthread_getconcurrency pthread_setconcurrency \ pthread_getschedparam pthread_setschedparam \ + pthread_setschedprio \ pthread_attr_init pthread_attr_destroy \ pthread_attr_getdetachstate pthread_attr_setdetachstate \ pthread_attr_getguardsize pthread_attr_setguardsize \ |