There was an error while loading. Please reload this page.
1 parent e6b9b9b commit 82e6e1eCopy full SHA for 82e6e1e
src/native/minipal/time.c
@@ -29,7 +29,7 @@ int64_t minipal_hires_tick_frequency()
29
#include <time.h> // nanosleep
30
#include <errno.h>
31
32
-extern "C" inline void YieldProcessor()
+inline void YieldProcessor()
33
{
34
#if defined(HOST_X86) || defined(HOST_AMD64)
35
__asm__ __volatile__(
0 commit comments