about summary refs log tree commit diff
path: root/nptl/ChangeLog
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/ChangeLog
parent09594e7ad11ce42ae8ae0b35055ae0b4ec1c3eba (diff)
downloadglibc-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/ChangeLog')
-rw-r--r--nptl/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 575520c02f..5957f616b4 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,10 @@
+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.
+
 2004-11-20  Jakub Jelinek  <jakub@redhat.com>
 
 	* pthread_create.c (pthread_cancel): Add PTHREAD_STATIC_FN_REQUIRE.