Files
containerd/content
Kevin Swiber b365fbecfd Ensure proper types for arguments to time.Unix.
When compiling for armv7, the type is `int32` for `Timespec.Sec` and
`Timespec.Nsec` in the syscall package. When passing these values
to `time.Unix`, the values must be converted to `int64`.

Signed-off-by: Kevin Swiber <kswiber@gmail.com>
2017-04-20 12:55:06 -07:00
..
2017-04-07 09:20:44 -07:00
2017-04-07 09:20:44 -07:00
2017-04-03 14:05:44 -07:00