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]

Re: directory opening/closing behavior


On Sat, Nov 17, 2001 at 03:47:33PM -0800, chad fowler wrote:
> Cygwin output:
> mkdir 0
> opendir 167839552
> rmdir 0
> mkdir -1
> errno: 13
> 
> Linux output:
> mkdir 0
> opendir 134518696
> rmdir 0
> mkdir 0
> errno: 38
> 
> After having run, the directory "_blah" exists in
> Linux but doesn't exist in Cygwin.
> 
> What's the expected behavior?

Exactly what you've described.  It's a Windows feature which
isn't POSIX compatible and for which a workaround would be
extremly difficult.

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.

--
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]