Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 82e6e1e

Browse files
authored
Update time.c
1 parent e6b9b9b commit 82e6e1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/native/minipal/time.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ int64_t minipal_hires_tick_frequency()
2929
#include <time.h> // nanosleep
3030
#include <errno.h>
3131

32-
extern "C" inline void YieldProcessor()
32+
inline void YieldProcessor()
3333
{
3434
#if defined(HOST_X86) || defined(HOST_AMD64)
3535
__asm__ __volatile__(

0 commit comments

Comments
 (0)