diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2020-01-31 17:58:49 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2020-01-31 17:58:49 +0000 |
commit | 10e59f80c2d308bed80c159021c08d7854c73ab2 (patch) | |
tree | 4526ea157a81b8ef282660f6af0cdbb5fc828bca /lang/intel-compute-runtime/files/patch-clock_gettime | |
parent | devel/rust-cbindgen: update to 0.13.0 (diff) |
lang/intel-compute-runtime: update to 20.04.15428
Changes: https://github.com/intel/compute-runtime/compare/20.03.15346...20.04.15428
Reported by: GitHub (watch releases)
Notes
Notes:
svn path=/head/; revision=524738
Diffstat (limited to 'lang/intel-compute-runtime/files/patch-clock_gettime')
-rw-r--r-- | lang/intel-compute-runtime/files/patch-clock_gettime | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/intel-compute-runtime/files/patch-clock_gettime b/lang/intel-compute-runtime/files/patch-clock_gettime index 7a6609f709b7..8658246e5376 100644 --- a/lang/intel-compute-runtime/files/patch-clock_gettime +++ b/lang/intel-compute-runtime/files/patch-clock_gettime @@ -9,8 +9,8 @@ runtime/os_interface/linux/os_time_linux.cpp:138:24: error: if (resolutionFunc(CLOCK_MONOTONIC_RAW, &ts)) { ^ ---- runtime/os_interface/linux/os_time_linux.cpp.orig 2019-11-22 15:41:47 UTC -+++ runtime/os_interface/linux/os_time_linux.cpp +--- core/os_interface/linux/os_time_linux.cpp.orig 2020-01-23 10:09:13 UTC ++++ core/os_interface/linux/os_time_linux.cpp @@ -14,6 +14,10 @@ #include <time.h> |