about summary refs log tree commit diff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-07-08 03:42:49 +0000
committerUlrich Drepper <drepper@redhat.com>2003-07-08 03:42:49 +0000
commitd810b3584c4569612e078cbdd36bbf5c9272430c (patch)
tree608b5f60a5cb8ee434551768a69e5c0a0841e2a0 /nptl/ChangeLog
parentdb54f488ee24b14027c485e0005950dfdd5ef885 (diff)
downloadglibc-d810b3584c4569612e078cbdd36bbf5c9272430c.tar.gz
glibc-d810b3584c4569612e078cbdd36bbf5c9272430c.tar.xz
glibc-d810b3584c4569612e078cbdd36bbf5c9272430c.zip
Update.
2003-07-07  Ulrich Drepper  <drepper@redhat.com>

	* sysdeps/unix/sysv/linux/kernel-features.h: Version
	__ASSUME_CORRECT_SI_PID and __ASSUME_TGKILL if possible.

	* sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Adjust for
	compilation with HAVE_AUX_SECURE defined.
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 4fa3910bac..27926968bc 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,10 @@
+2003-07-05  Richard Henderson  <rth@redhat.com>
+
+	* sysdeps/alpha/elf/pt-initfini.c: Avoid .ent/.end.
+	* sysdeps/unix/sysv/linux/alpha/lowlevellock.h (lll_futex_wait,
+        lll_futex_timed_wait, lll_futex_wake, lll_futex_requeue): On success
+        return actual return value from the syscall, not 0.
+
 2003-07-07  Ulrich Drepper  <drepper@redhat.com>
 
 	* descr.h (struct pthread): Add pid field.