diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2007-08-23 07:43:24 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2007-08-23 07:43:24 +0000 |
commit | a888c0799c04d0ce6f1cce94b12675343ee7c516 (patch) | |
tree | abc2fba107f54dd4785feb32090cdf6a1b3218e9 /winsup/cygwin/ntdll.h | |
parent | e1e4b104b6610b4e7bbf70d7759f0e08bfae6fa6 (diff) | |
download | cygnal-a888c0799c04d0ce6f1cce94b12675343ee7c516.tar.gz cygnal-a888c0799c04d0ce6f1cce94b12675343ee7c516.tar.bz2 cygnal-a888c0799c04d0ce6f1cce94b12675343ee7c516.zip |
* ntdll.h (STATUS_NO_SUCH_FILE): Define.
* path.cc (get_nt_native_path): Reset upath.Length to 0 on each
invocation.
(symlink_info::check): Use NT native functions.
Diffstat (limited to 'winsup/cygwin/ntdll.h')
-rw-r--r-- | winsup/cygwin/ntdll.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/ntdll.h b/winsup/cygwin/ntdll.h index f5c079767..b676ce797 100644 --- a/winsup/cygwin/ntdll.h +++ b/winsup/cygwin/ntdll.h @@ -15,6 +15,7 @@ #endif #define STATUS_INFO_LENGTH_MISMATCH ((NTSTATUS) 0xc0000004) #define STATUS_INVALID_PARAMETER ((NTSTATUS) 0xc000000d) +#define STATUS_NO_SUCH_FILE ((NTSTATUS) 0xc000000f) #define STATUS_INVALID_DEVICE_REQUEST ((NTSTATUS) 0xc0000010) #define STATUS_NO_MEDIA_IN_DEVICE ((NTSTATUS) 0xc0000013) #define STATUS_ACCESS_DENIED ((NTSTATUS) 0xc0000022) |