mirror of
https://github.com/shirou/gopsutil.git
synced 2025-04-28 13:48:49 +08:00
9 lines
129 B
Go
9 lines
129 B
Go
![]() |
// +build linux
|
||
|
// +build amd64
|
||
|
|
||
|
package gopsutil
|
||
|
|
||
|
const(
|
||
|
CLOCK_TICKS = 2 // FIXME: /usr/include/x86_64-linux-gnu/bits/time.h
|
||
|
)
|