summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-05-02 21:14:03 +0000
committerRoland McGrath <roland@gnu.org>2002-05-02 21:14:03 +0000
commit519756318ce73e0a01e3031499b4483b3f618f2e (patch)
treef9410f46b39a6aa1e73c0170e83a5a479a69e5b9 /ChangeLog
parent0ca85e56d4c3b00f9c203dd017eea9e64ee08b01 (diff)
* sysdeps/mach/hurd/close.c: #undef __close before function defn,
and use INTDEF on it. * sysdeps/mach/hurd/fcntl.c: Use INTDEF2. * sysdeps/mach/hurd/dl-sysdep.c (errno): New variable. * sysdeps/mach/hurd/alpha/static-start.S: New file (unfinished).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4818c56d8c..2e404aa43e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2002-05-01 Roland McGrath <roland@frob.com>
+
+ * sysdeps/mach/hurd/close.c: #undef __close before function defn,
+ and use INTDEF on it.
+ * sysdeps/mach/hurd/fcntl.c: Use INTDEF2.
+
+ * sysdeps/mach/hurd/dl-sysdep.c (errno): New variable.
+
+ * sysdeps/mach/hurd/alpha/static-start.S: New file (unfinished).
+
2002-05-01 Ulrich Drepper <drepper@redhat.com>
* malloc/memusage.c: Add support for tracking mmap & friends.