https://www.rtems.org/bugzilla/show_bug.cgi?id=2182
Sebastian Huber <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sebastian.huber@embedded-br | |ains.de --- Comment #3 from Sebastian Huber <[email protected]> 2014-06-24 02:39:06 CDT --- As the subject says, this bug is about CLOCKS_PER_SEC not sysconf(). A test case is: #include <time.h> int main() { clock_t x = CLOCKS_PER_SEC; (void) x; return 0; } Error: In file included from /opt/rtems-4.11/arm-rtems4.11/include/time.h:18:0, from test.c:1: test.c: In function 'main': test.c:5:16: error: '_SC_CLK_TCK' undeclared (first use in this function) clock_t x = CLOCKS_PER_SEC; ^ test.c:5:16: note: each undeclared identifier is reported only once for each function it appears in -- Configure bugmail: https://www.rtems.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. _______________________________________________ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
