Fix compilation failure due to missing FALLOC_FL_KEEP_SIZE
FALLOC_FL_KEEP_SIZE flag has existed since fallocate() was first introduced, but it was not defined in glibc headers for a while. Define it manually if necessary. Follow-up b9db91e1 ("xlog: fix fallocate vs read race").
Please register or sign in to comment