timeval32.go 91 B

12345678
  1. // +build darwin freebsd
  2. package sysutil
  3. type timeval struct {
  4. Sec int32
  5. Usec int32
  6. }