entered into RCS
From-SVN: r2894
This commit is contained in:
parent
3f1f8d8c04
commit
1a98554e53
@ -59,7 +59,9 @@ getpwd ()
|
||||
{
|
||||
int e = errno;
|
||||
free (p);
|
||||
#ifdef ERANGE
|
||||
if (e != ERANGE)
|
||||
#endif
|
||||
{
|
||||
errno = failure_errno = e;
|
||||
p = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user