posix_w32.c
21.2 KB
-
p_fallocate: add Windows emulation · 32f50452
Emulate `p_fallocate` on Windows by seeking beyond the end of the file and setting the size to the current seek position.
Edward Thomson committed
Emulate `p_fallocate` on Windows by seeking beyond the end of the file and setting the size to the current seek position.