mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-19 04:49:25 +08:00
Cygwin: cwdstuff::get: clean up debug_printf output
Set errno = 0 at the beginning so that the debug_printf call at the end doesn't report a nonzero errno left over from some other function call.
This commit is contained in:
parent
bb42852062
commit
c1f177d6a9
@ -5022,6 +5022,8 @@ char *
|
||||
cwdstuff::get (char *buf, int need_posix, int with_chroot, unsigned ulen)
|
||||
{
|
||||
tmp_pathbuf tp;
|
||||
|
||||
errno = 0;
|
||||
if (ulen)
|
||||
/* nothing */;
|
||||
else if (buf == NULL)
|
||||
|
Loading…
x
Reference in New Issue
Block a user