uClibc_clk_tck.h 276 B

12345678
  1. /* Follow glibc's example and use 1024 for CLK_TCK to implement sysconf and
  2. * clock.c instead of the normal default of 100.
  3. *
  4. * WARNING: It is assumed that this is a constant integer value usable in
  5. * preprocessor conditionals!!!
  6. */
  7. #define __UCLIBC_CLK_TCK_CONST 1024