|
From: Philippe W. <phi...@so...> - 2020-04-12 15:18:16
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=2381e043544b1e9e9c72e272b9e9244a43682357 commit 2381e043544b1e9e9c72e272b9e9244a43682357 Author: Philippe Waroquiers <phi...@sk...> Date: Sun Apr 12 16:45:33 2020 +0200 Fix solaris build Problem report and fix by Paul Floyd Diff: --- include/vki/vki-solaris.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/vki/vki-solaris.h b/include/vki/vki-solaris.h index 7765a86474..9fdf53c419 100644 --- a/include/vki/vki-solaris.h +++ b/include/vki/vki-solaris.h @@ -1328,6 +1328,7 @@ typedef struct sigaction vki_sigaction_fromK_t; #include <sys/time.h> #define VKI_CLOCK_MONOTONIC CLOCK_MONOTONIC +#define VKI_CLOCK_THREAD_CPUTIME_ID CLOCK_THREAD_CPUTIME_ID #define vki_clockid_t clockid_t #define vki_timespec timespec |