a7861559af
PR: 58380 Submitted by: Ports Fury
9 lines
267 B
C++
9 lines
267 B
C++
--- Sources/Core/System/Unix/thread_pthread.cpp.orig Thu Oct 9 02:43:49 2003
|
|
+++ Sources/Core/System/Unix/thread_pthread.cpp Tue Oct 21 01:22:12 2003
|
|
@@ -158,5 +158,5 @@
|
|
|
|
int CL_Thread::get_current_id()
|
|
{
|
|
- return pthread_self();
|
|
+ return (int)pthread_self();
|
|
}
|