diff options
author | Christopher Faylor <me@cgf.cx> | 2000-05-04 19:46:32 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2000-05-04 19:46:32 +0000 |
commit | 8e9b0aee252c4b8c055c2bfa290ab80d11a57562 (patch) | |
tree | 9355416ac95e34d55c68a1d2db8861de6c5d0787 /winsup/cygwin/path.cc | |
parent | cf3eb87bef10617d2437230718a6a037b943b8ed (diff) | |
download | cygnal-8e9b0aee252c4b8c055c2bfa290ab80d11a57562.tar.gz cygnal-8e9b0aee252c4b8c055c2bfa290ab80d11a57562.tar.bz2 cygnal-8e9b0aee252c4b8c055c2bfa290ab80d11a57562.zip |
* configure.in: Use -gstabs+ as compile debug option. This seems to promote
better handling of symbols.
* configure: Regenerate.
* delqueue.cc (delqueue_list::process_queue): Allow ERROR_ACCESS_DENIED to
indicate that a file is being shared under Windows 95.
* syscalls.cc (_unlink): Use full path name. Take special action for Windows
95. Assume that an ERROR_ACCESS_DENIED indicates a sharing violation unless
it's on a remote drive. Punt if there is an ERROR_ACCESS_DENIED on a remote
drive.
Diffstat (limited to 'winsup/cygwin/path.cc')
-rw-r--r-- | winsup/cygwin/path.cc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/winsup/cygwin/path.cc b/winsup/cygwin/path.cc index 15194e937..205aae406 100644 --- a/winsup/cygwin/path.cc +++ b/winsup/cygwin/path.cc @@ -45,12 +45,6 @@ details. */ paths. Win32 paths in mount table entries may be UNC paths or standard Win32 paths starting with <drive-letter>: - In converting from a Win32 to a POSIX pathname, if there is no - mount point that will allow the conversion to take place, a user - mount point will be automatically created under - cygdrive/<drive> and the translation will be redone, this - time successfully. - Text vs Binary issues are not considered here in path style decisions. |