From: "Zebediah Figura (she/her)" Subject: Re: [PATCH 2/2] ntdll: Replace fstat and lstat with fstatat in get_file_info. Message-Id: <91002daf-50c3-df58-aca8-67ac48511b85@codeweavers.com> Date: Mon, 30 Aug 2021 14:48:36 -0500 In-Reply-To: <75ec9457c4bc96bb2150421429176610@codeweavers.com> References: <75ec9457c4bc96bb2150421429176610@codeweavers.com> On 8/28/21 11:53 PM, Chip Davis wrote: > 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. Gijs and Dean proposed in [1] to bump the minimum required macOS version to 10.13. Is there a good reason to support versions older than 10.10? [1] https://www.winehq.org/pipermail/wine-devel/2021-July/191504.html