• Yongwoo Park's avatar
    fix compilation error on ubuntu-32bit · f498bfe0
    Yongwoo Park authored
    time.Unix() returns int64 regardless of target platform but timeval is
    defined as int32 values on ubuntu-32bit
    NsecToTimeval has a nanosecond problem(negative value) before epoch but
    still can use second
    f498bfe0
files_linux.go 922 Bytes