linux32.go 185 B

123456789101112131415161718
  1. // +build 386 arm mips mipsle s390x
  2. // +build linux
  3. package linux
  4. // platform specific type aliases for 64 bits linux platforms
  5. type Long = int32
  6. type UnsignedLong = uint32