4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-02-21 00:07:36 +08:00
Yuriy Kolerov 0387c7e1cc libgloss: arc: Add clock() system call to libnsim
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>
2025-02-03 15:11:40 +01:00
..