From 0eadf6eca9619015fd049bcb641d7cc5f12b2ecd Mon Sep 17 00:00:00 2001 From: Fan Yang <52458914+fanyang-mono@users.noreply.github.com> Date: Fri, 24 Apr 2020 08:18:51 -0400 Subject: [PATCH] Update src/mono/mono/utils/mono-time.h Co-Authored-By: Ryan Lucia --- src/mono/mono/utils/mono-time.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mono/mono/utils/mono-time.h b/src/mono/mono/utils/mono-time.h index a67f2585..9455ce7 100644 --- a/src/mono/mono/utils/mono-time.h +++ b/src/mono/mono/utils/mono-time.h @@ -36,7 +36,7 @@ typedef clock_serv_t mono_clock_id_t; #include typedef clockid_t mono_clock_id_t; #else -typedef void* mono_clock_id_t; +typedef void *mono_clock_id_t; #endif void mono_clock_init (mono_clock_id_t *clk_id); -- 2.7.4