Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com X-Apparently-From: Message-ID: <3BCDFE61.158B1629@yahoo.com> Date: Wed, 17 Oct 2001 17:55:45 -0400 From: Earnie Boyd Reply-To: CU List X-Mailer: Mozilla 4.77 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: CU List Subject: Re: fchdir prototype is missing from newlib Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit WARNING: fchdir doesn't work with 1.3.3. It is fixed in the CVS code waiting release. How is it broken? The following scenario shows how: 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". Earnie. _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com -- 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/