• R
    add fallocate (nonstandardized) function · adb88e77
    Rich Felker 提交于
    this is equivalent to posix_fallocate except that it has an extra
    mode/flags argument to control its behavior, and stores the error in
    errno rather than returning an error code.
    adb88e77
fcntl.h 2.7 KB