This town is too small for the Cwd extension and me,
Jarkko Hietaniemi [Thu, 21 Jun 2001 22:24:42 +0000 (22:24 +0000)]
it would seem...

p4raw-id: //depot/perl@10804

ext/Cwd/Cwd.xs

index 10c6f15..ba65a5f 100644 (file)
@@ -183,7 +183,11 @@ loop:
        return (resolved);
 
 err1:  serrno = errno;
+#ifdef HAS_FCHDIR
        (void)fchdir(fd);
+#else
+       (void)chdir(wd);
+#endif
 err2:  (void)close(fd);
        errno = serrno;
        return (NULL);