sys/linux/sysconf_nocgo.go (4 lines of code) (raw):

//go:build !cgo || !linux // +build !cgo !linux package linux // GetClockTicks returns the number of click ticks in one jiffie. func GetClockTicks() int { return 100 }