aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-10-11 10:01:36 +0000
committerUlrich Drepper <drepper@redhat.com>2002-10-11 10:01:36 +0000
commit894282753f1fe0429590c812b4be1a253f61419f (patch)
treeacc40da11260847cd67f1e52cf214c49b55689b0
parent2a4f7d66b926bc58b6b5e87d227fd8f01b218ca0 (diff)
downloadglibc-894282753f1fe0429590c812b4be1a253f61419f.tar
glibc-894282753f1fe0429590c812b4be1a253f61419f.tar.gz
glibc-894282753f1fe0429590c812b4be1a253f61419f.tar.bz2
glibc-894282753f1fe0429590c812b4be1a253f61419f.zip
Update.
* sysdeps/unix/sysv/linux/execve.c: Don't try calling __pthread_kill_other_threads_np. * sysdeps/ia64/memset.S: Likewise. * sysdeps/ia64/memcpy.S: Likewise.
-rw-r--r--ChangeLog7
1 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index f9d0630c30..7edab2c011 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,9 @@
2002-10-11 Ulrich Drepper <drepper@redhat.com>
+ * sysdeps/unix/sysv/linux/execve.c: Don't try calling
+ __pthread_kill_other_threads_np.
+
* sysdeps/generic/pselect.c: Avoid unnecessary sigprocmask calls.
2002-10-08 Roland McGrath <roland@redhat.com>
@@ -35,8 +38,8 @@
* sysdeps/ia64/bzero.S: Rewritten by Sverre Jarp to tune for
Itanium 2 (and Itanium).
Fix unwind directives and make it fit in 80 columns.
- * sysdeps/ia64/memset.S: Ditto.
- * sysdeps/ia64/memcpy.S: Ditto.
+ * sysdeps/ia64/memset.S: Likewise.
+ * sysdeps/ia64/memcpy.S: Likewise.
Move jump table to .rodata section.
2002-10-03 Roland McGrath <roland@frob.com>