From: Roland McGrath Date: Tue, 11 Aug 1998 21:41:09 +0000 (+0000) Subject: 1998-07-25 19:47 Jose M. Moya X-Git-Tag: cvs/glibc-4-egcs-1_1~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5876a19ce099c5d13ffab17f160c4ad4bee64d1;p=thirdparty%2Fglibc.git 1998-07-25 19:47 Jose M. Moya * sysdeps/mach/hurd/getcwd.c (_hurd_canonicalize_directory_name_internal): Do not loop forever for unknown root directories. (__getcwd): Return NULL when the current root directory could not be reached. --- diff --git a/ChangeLog b/ChangeLog index 0059c2b7d25..cbe40b0848d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +1998-07-25 19:47 Jose M. Moya + + * sysdeps/mach/hurd/getcwd.c + (_hurd_canonicalize_directory_name_internal): Do not loop forever + for unknown root directories. + (__getcwd): Return NULL when the current root directory could not + be reached. + 1998-08-11 18:39 Ulrich Drepper * string/strsignal.c (strsignal): Count real-time signals from zero.