wine/dlls/ntdll/tests
Joel Holdsworth 1ccd037e00 ntdll: Implement FILE_DISPOSITION_POSIX_SEMANTICS.
Both the Msys2 and Cygwin runtimes make use of
FILE_DISPOSITON_POSIX_SEMANTICS in their implementations of the unlink()
system call. This enables these routines to behave similarly to POSIX where are
unlisted from the directory, if handles are still open.

https://github.com/msys2/msys2-runtime/blob/msys2-3.4.3/winsup/cygwin/syscalls.cc#L722
https://www.cygwin.com/git/?p=newlib-cygwin.git;a=blob;f=winsup/cygwin/syscalls.cc#l724

Signed-off-by: Joel Holdsworth <joel@airwebreathe.org.uk>
2023-06-27 22:14:15 +02:00
..
atom.c
change.c
directory.c
env.c
error.c
exception.c
file.c ntdll: Implement FILE_DISPOSITION_POSIX_SEMANTICS. 2023-06-27 22:14:15 +02:00
generated.c
info.c
large_int.c
Makefile.in
ntdll_test.h
om.c
path.c
pipe.c
port.c
reg.c
rtl.c
rtlbitmap.c
rtlstr.c
string.c
sync.c
thread.c ntdll: Implement _errno(). 2023-06-21 18:15:43 +02:00
threadpool.c
time.c
virtual.c
wow64.c