mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
Compiles now on systems without definition of CLOCK_MONOTONIC.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7954
This commit is contained in:
parent
0223f8f027
commit
8d32121aca
@ -167,7 +167,9 @@ int main(int ac, char **av)
|
||||
struct itimerspec tmr;
|
||||
struct tmr_type clks[] =
|
||||
{
|
||||
#if defined(HAVE_CLOCK_MONOTONIC)
|
||||
{ CLOCK_MONOTONIC, "CLOCK MONOTONIC" },
|
||||
#endif
|
||||
{ CLOCK_REALTIME, "CLOCK REALTIME" },
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user