X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=0f1e117cad30ced04ec9086d191b4111c6801348;hb=ea7a4b772f0705edb9c9f2d75125f9849787078a;hp=19a776001da7f9f2700406eaf546792ec5bd5f8e;hpb=dff73d331c91793b6c616f8ba80244175e54c5b6;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index 19a776001..0f1e117ca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2007-02-21 Paul Eggert + + * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works + like glibc; on Solaris 10, it fails with errno == EINVAL. + POSIX says the behavior is unspecified if the first argument is NULL, + so play it safe and never pass NULL to the system getcwd. + 2007-02-21 Jim Meyering * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration