blob: f7cd69aef426b607f03945c1b32f78f66bb706d2 (
plain)
1
2
3
4
5
6
7
8
|
/* 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
|