This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

1.3.6-6: fchdir broken


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]