<div dir="auto">How badly is this function needed as there is a third-party solution that implements this and more missing functions.</div><div dir="auto"></div><div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Aug 30, 2021 at 3:32 PM Erich E. Hoover <<a href="mailto:erich.e.hoover@gmail.com">erich.e.hoover@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;padding-left:1ex;border-left-color:rgb(204,204,204)">On Sat, Aug 28, 2021 at 11:40 PM Chip Davis <<a href="mailto:cdavis@codeweavers.com" target="_blank">cdavis@codeweavers.com</a>> wrote:<br>
> August 29, 2021 12:18 AM, "Dean Greer" <<a href="mailto:gcenx83@gmail.com" target="_blank">gcenx83@gmail.com</a>> wrote:<br>
> > Are you referring to a runtime issue?, since a later SDK has been needed from wine-5.8.<br>
> Yes. That function will be weak-linked, which means that on 10.8 and 10.9 it will be NULL. Calling it without checking for NULL will cause a crash on those systems.<br>
<br>
I was obviously expecting this to not be a problem since fstatat is<br>
already used in fd_is_mount_point(), is there an existing example of<br>
how we like to work around a function that's weak-linked and possibly<br>
NULL?<br>
<br>
Best,<br>
Erich<br>
</blockquote></div></div>