Fix files_linux.go to work on 386
Because Timeval has an int32 field on 386, use syscall.NsecToTimeval to build the Timeval in a cross-arch way.
Showing
Please register or sign in to comment
Because Timeval has an int32 field on 386, use syscall.NsecToTimeval to build the Timeval in a cross-arch way.