mirror of
https://github.com/shirou/gopsutil.git
synced 2025-04-26 13:48:59 +08:00
9 lines
130 B
Go
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
|
|
)
|