about summary refs log tree commit diff
path: root/linuxthreads/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-04-15 17:39:36 +0000
committerUlrich Drepper <drepper@redhat.com>2000-04-15 17:39:36 +0000
commit150f740ace60e238094cde1ecf03e5c1c0e0d3ff (patch)
tree5b37cc3b5862575fc7b465b17c9e913dc33e3962 /linuxthreads/ChangeLog
parentef187474bc32c56121db454e023197f2037e601d (diff)
downloadglibc-150f740ace60e238094cde1ecf03e5c1c0e0d3ff.tar.gz
glibc-150f740ace60e238094cde1ecf03e5c1c0e0d3ff.tar.xz
glibc-150f740ace60e238094cde1ecf03e5c1c0e0d3ff.zip
Update.
	* sysdeps/unix/sysv/linux/alpha/adjtime.c: Fix typo in
	compat_symbol call for old adjtime.

	* sysdeps/alpha/dl-machine.h (RTLD_START): Rewrite for new init
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r--linuxthreads/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index 9732297adc..0530c63506 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -1,5 +1,17 @@
 2000-04-15  Ulrich Drepper  <drepper@redhat.com>
 
+	* pthread.c: Is __ASSUME_REALTIME_SIGNALS then avoid generating code
+	to dynamically detect RT signals and avoid generating compatibility
+	functions with old kernel.
+	* restart.h (restart) [__ASSUME_REALTIME_SIGNALS]: Use
+	__pthread_restart_new directly.
+	(suspend) [__ASSUME_REALTIME_SIGNALS]: Use
+	__pthread_wait_for_restart_signal directly.
+	(timedsuspend) [__ASSUME_REALTIME_SIGNALS]: Use
+	__pthread_timedsuspend_new directly.
+
+2000-04-15  Ulrich Drepper  <drepper@redhat.com>
+
 	* condvar.c: Remove all the special code to handle cond_timedwait.
 	Use timedsuspend instead.
 	* internals.h: Declare __pthread_timedsuspend_old,