freebsd-ports/devel/clanlib-devel/files/patch-thread_pthread.cpp
Kirill Ponomarev a7861559af - Update to version 0.7.5.2
PR:		58380
Submitted by:	Ports Fury
2003-10-24 15:17:18 +00:00

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();
}