This is the mail archive of the cygwin-developers@sourceware.cygnus.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]

Re: Change in errno.cc



ETXTBSY may only be returned if you're trying to run a program that's
being written to, or write to a program that's currently running.

If two programs open a data file for exclusive writing, one of them
should get EACCES.

Is this still the case after your patch is applied?

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