我正在使用嵌入式 Linux 2.6.36
我需要那个序列:
ticksPerSecond=sysconf(_SC_CLK_TCK); // ticks per sec
但我得到了这个错误
semLib.c:96: error: '_SC_CLK_TCK' undeclared (first use in this function)
semLib.c:96: error: (Each undeclared identifier is reported only once
semLib.c:96: error: for each function it appears in.)
我没有找到定义
_SC_CLK_TCK
我发现它应该在 linux/time.h 中。但事实并非如此。