[PATCH 2/2] ntdll: Replace fstat and lstat with fstatat in get_file_info.

Chip Davis cdavis at codeweavers.com
Sat Aug 28 23:53:54 CDT 2021


This sadly won't work for macOS 10.8 or 10.9. fstatat(2) was introduced to macOS in 10.10.

is_mount_point() already has this problem, but that's not your fault.


Chip



More information about the wine-devel mailing list