about summary refs log tree commit diff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-02-18 06:33:08 +0000
committerUlrich Drepper <drepper@redhat.com>2003-02-18 06:33:08 +0000
commitb0db7fbeefff4abeb49e8c14295eba2178e09159 (patch)
tree90554a91d1a5c1534aca2ca753f34be18588cbca /nptl/ChangeLog
parent2cfe49db2535beb7ef865462c8655b6af9bc20bd (diff)
downloadglibc-b0db7fbeefff4abeb49e8c14295eba2178e09159.tar.gz
glibc-b0db7fbeefff4abeb49e8c14295eba2178e09159.tar.xz
glibc-b0db7fbeefff4abeb49e8c14295eba2178e09159.zip
Update.
	* sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: Remnove
	_POSIX_THREAD_PRIORITY_SCHEDULING.
	* sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: Remove
	_XOPEN_REALTIME_THREADS.
	* sysdeps/unix/sysv/linux/bits/posix_opt.h: Likewise.

	* sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): The
	kernel returns EINVAL for PID <= 0, work around it.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r--nptl/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index eb819f63b8..3204cc7540 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,5 +1,14 @@
 2003-02-17  Ulrich Drepper  <drepper@redhat.com>
 
+	* sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: Remnove
+	_POSIX_THREAD_PRIORITY_SCHEDULING.
+	* sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: Remove
+	_XOPEN_REALTIME_THREADS.
+	* sysdeps/unix/sysv/linux/bits/posix_opt.h: Likewise.
+
+	* sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): The
+	kernel returns EINVAL for PID <= 0, work around it.
+
 	* Makefile (tests): Add tst-signal5.
 	* tst-signal5.c: New file.