Hello, fchdir() function is broken for version 1.3.6-6. The symptom is the same as for the early 1.3.3:
chdir("/some/dir/foo") fd=open(".", RDONLY) chdir("/some/dir/bar") fchdir(fd) will not change to "/some/dir/foo" but remain in "/some/dir/bar". Hope this helps, Benoit -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/