ntdll-avoid-fstatat: New patch.

This commit is contained in:
Zebediah Figura
2020-03-28 13:22:08 -05:00
parent f9d1798edb
commit b14430433d
3 changed files with 57 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
# Older versions of the Mac SDK, such as the one currently used to compile Mac
# packages, don't have fstatat(3). We might want to put this into upstream Wine,
# but if we can get away with updating the SDK instead, that might be
# preferable.