URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [linux/] [uClibc/] [libc/] [sysdeps/] [linux/] [alpha/] [bits/] [uClibc_clk_tck.h] - Rev 1765
Compare with Previous | Blame | View Log
/* Follow glibc's example and use 1024 for CLK_TCK to implement sysconf and * clock.c instead of the normal default of 100. * * WARNING: It is assumed that this is a constant integer value usable in * preprocessor conditionals!!! */ #define __UCLIBC_CLK_TCK_CONST 1024