diff options
| -rw-r--r-- | compiler-rt/lib/asan/asan_intercepted_functions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/asan/asan_intercepted_functions.h b/compiler-rt/lib/asan/asan_intercepted_functions.h index ce2133faa8b..7cfbede9f60 100644 --- a/compiler-rt/lib/asan/asan_intercepted_functions.h +++ b/compiler-rt/lib/asan/asan_intercepted_functions.h @@ -81,10 +81,10 @@ using __sanitizer::uptr; // Windows threads. # if defined(_WIN32) +extern "C" { __declspec(dllimport) void* __stdcall CreateThread(void *sec, uptr st, void* start, void *arg, DWORD fl, DWORD *id); -extern "C" { int memcmp(const void *a1, const void *a2, uptr size); void memmove(void *to, const void *from, uptr size); |

