diff options
Diffstat (limited to 'compiler-rt/lib/memprof/memprof_thread.h')
-rw-r--r-- | compiler-rt/lib/memprof/memprof_thread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/memprof/memprof_thread.h b/compiler-rt/lib/memprof/memprof_thread.h index fb90dbf..c7009c30 100644 --- a/compiler-rt/lib/memprof/memprof_thread.h +++ b/compiler-rt/lib/memprof/memprof_thread.h @@ -59,7 +59,7 @@ public: struct InitOptions; void Init(const InitOptions *options = nullptr); - thread_return_t ThreadStart(tid_t os_id, + thread_return_t ThreadStart(ThreadID os_id, atomic_uintptr_t *signal_thread_is_registered); uptr stack_top(); |