about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-02-19 18:55:39 +0000
committerUlrich Drepper <drepper@redhat.com>2001-02-19 18:55:39 +0000
commit4c48dc9386ff50f960ae9d7d71493bfd85ccb979 (patch)
treebabe088b6a157319a72cb0145be4a7b09e32202f /ChangeLog
parentb99a3ee2223e29059b00616365625cc9c55a362e (diff)
downloadglibc-4c48dc9386ff50f960ae9d7d71493bfd85ccb979.tar.gz
glibc-4c48dc9386ff50f960ae9d7d71493bfd85ccb979.tar.xz
glibc-4c48dc9386ff50f960ae9d7d71493bfd85ccb979.zip
Update.
2001-02-18  Mark Kettenis  <kettenis@gnu.org>

	* malloc/mtrace.c [USE_IN_LIBIO]: Define fopen as _IO_fopen64.
	(mtrace): Revert 2001-02-13 patch: use fopen instead of fopen64.

2001-02-17  H.J. Lu  <hjl@gnu.org>

	* sysdeps/unix/sysv/linux/ia64/clone2.S: Use clone2 and don't use
	scratch registers across the system call.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 07d36e0aa9..fcf5d23172 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2001-02-18  Mark Kettenis  <kettenis@gnu.org>
+
+	* malloc/mtrace.c [USE_IN_LIBIO]: Define fopen as _IO_fopen64.
+	(mtrace): Revert 2001-02-13 patch: use fopen instead of fopen64.
+
+2001-02-17  H.J. Lu  <hjl@gnu.org>
+
+	* sysdeps/unix/sysv/linux/ia64/clone2.S: Use clone2 and don't use
+	scratch registers across the system call.
+
 2001-02-19  Andreas Jaeger  <aj@suse.de>
 
 	* malloc/Makefile (tests): Run mtrace only when perl is available.