aboutsummaryrefslogtreecommitdiff
path: root/devel/clanlib-devel/files/patch-thread_pthread.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'devel/clanlib-devel/files/patch-thread_pthread.cpp')
-rw-r--r--devel/clanlib-devel/files/patch-thread_pthread.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/devel/clanlib-devel/files/patch-thread_pthread.cpp b/devel/clanlib-devel/files/patch-thread_pthread.cpp
deleted file mode 100644
index e9cae5ddd1ed..000000000000
--- a/devel/clanlib-devel/files/patch-thread_pthread.cpp
+++ /dev/null
@@ -1,9 +0,0 @@
---- 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();
- }