• Jakob Unterwurzacher's avatar
    Fix several Utimens-related build problems on OSX · 07d43e8a
    Jakob Unterwurzacher authored
    Properly implementing Utimens caused the OSX build to break because
    the utimensat system call is not available there.
    
    This patch reverts the OSX implementation of Utimens to using
    syscall.Utimes(). This is not actually correct but the best we can do.
    
    Thanks to @spaghetti2514 who reported the issue and tested the patches.
    07d43e8a
files_darwin.go 2.71 KB