1
0
mirror of https://github.com/shirou/gopsutil.git synced 2025-04-26 13:48:59 +08:00
shirou_gopsutil/process_linux_amd64.go
WAKAYAMA Shirou b12ec08970 gm fmt
2014-04-24 17:20:12 +09:00

9 lines
130 B
Go

// +build linux
// +build amd64
package gopsutil
const (
CLOCK_TICKS = 2 // FIXME: /usr/include/x86_64-linux-gnu/bits/time.h
)