Hans Leidekker (@hans) commented about dlls/ntdll/unix/file.c:
else status = STATUS_INVALID_PARAMETER_3; break;
- case FileAllocationInformation:
+#ifdef __APPLE__
WARN( "setting file allocation information not supported on this platform\n" );
This should use a new configure check for fallocate() instead.