aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1e674044d4..56b534a3e2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2001-01-06 Mark Kettenis <kettenis@gnu.org>
+ * sysdeps/mach/hurd/readdir_r.c (__readdir_r): Return error number
+ instead of -1 on failure. Don't forget to copy file name into
+ *ENTRY if successful. Set *RESULT to NULL upon reaching the end
+ of the directory.
+
+2001-01-06 Mark Kettenis <kettenis@gnu.org>
+
* sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Don't forget to
copy st_atime member.