14 Sep
2021
14 Sep
'21
9:33 p.m.
Chip Davis <cdavis(a)codeweavers.com> writes:
From: Charles Davis <cdavis5x(a)gmail.com>
The fallocate(2) call only exists on Linux. posix_fallocate() is more portable.
I'd suggest to always use posix_fallocate() then, and don't worry about adding fallbacks. We can simply skip the call if it's missing. -- Alexandre Julliard julliard(a)winehq.org