mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-21 00:07:36 +08:00
clock() system call is used in some GDB tests thus it is necessary to implement it for testing purposes. A value for clock() is taken from a default timer (timer 0). If it is not presented than the error value (-1) is returned. Signed-off-by: Yuriy Kolerov <ykolerov@synopsys.com>