From 655bfb8bffc4da7d5c8411a4e2f94919b64d4e02 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Sat, 6 Jan 2001 12:31:35 +0000 Subject: * 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. * 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 --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1e674044d4..56b534a3e2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2001-01-06 Mark Kettenis + + * 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 * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Don't forget to -- cgit v1.2.1