diff options
Diffstat (limited to 'base/platform_thread_posix.cc')
-rw-r--r-- | base/platform_thread_posix.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/platform_thread_posix.cc b/base/platform_thread_posix.cc index 77f5bee..4cca4e6 100644 --- a/base/platform_thread_posix.cc +++ b/base/platform_thread_posix.cc @@ -28,7 +28,7 @@ static void* ThreadFunc(void* closure) { } // static -int PlatformThread::CurrentId() { +PlatformThreadId PlatformThread::CurrentId() { // Pthreads doesn't have the concept of a thread ID, so we have to reach down // into the kernel. #if defined(OS_MACOSX) |