• Show log

    Commit

  • Hash : 32f50452
    Author : Edward Thomson
    Date : 2019-02-22T11:22:28

    p_fallocate: add Windows emulation
    
    Emulate `p_fallocate` on Windows by seeking beyond the end of the file
    and setting the size to the current seek position.