mirror of
https://github.com/drasko/codezero.git
synced 2026-01-29 19:23:14 +01:00
9 lines
298 B
C
9 lines
298 B
C
/* Use a default of 100 for CLK_TCK to implement sysconf() and clock().
|
|
* Override this by supplying an arch-specific version of this header file.
|
|
*
|
|
* WARNING: It is assumed that this is a constant integer value usable in
|
|
* preprocessor conditionals!!!
|
|
*/
|
|
|
|
#define __UCLIBC_CLK_TCK_CONST 100
|