fix CLOCK_TICKS

This commit is contained in:
Shirou WAKAYAMA 2014-04-24 19:07:34 +09:00
parent d5176e0c0b
commit b01775ecf9
1 changed files with 1 additions and 1 deletions

View File

@ -4,5 +4,5 @@
package gopsutil
const (
CLOCK_TICKS = 2 // FIXME: /usr/include/x86_64-linux-gnu/bits/time.h
CLOCK_TICKS = 100 // C.sysconf(C._SC_CLK_TCK)
)