From dc7638e121525b77948e2b2a37d9ac22bdef4dd7 Mon Sep 17 00:00:00 2001 From: Hye-Shik Chang Date: Wed, 9 Jul 2003 06:09:19 +0000 Subject: Remove a unused file. --- lang/python21/files/zwiki.patch | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 lang/python21/files/zwiki.patch (limited to 'lang') diff --git a/lang/python21/files/zwiki.patch b/lang/python21/files/zwiki.patch deleted file mode 100644 index af6eba31e6b6..000000000000 --- a/lang/python21/files/zwiki.patch +++ /dev/null @@ -1,23 +0,0 @@ -diff -ruN Python/thread_pthread.h.orig Python/thread_pthread.h ---- Python/thread_pthread.h.orig Wed Feb 5 01:26:59 2003 -+++ Python/thread_pthread.h Wed Feb 5 01:28:32 2003 -@@ -128,6 +128,10 @@ - { - pthread_t th; - int success; -+ pthread_attr_t pta; -+ pthread_attr_init(&pta); -+ pthread_attr_setstacksize(&pta, (1<<17)); -+ - #ifdef PTHREAD_SYSTEM_SCHED_SUPPORTED - pthread_attr_t attrs; - #endif -@@ -156,7 +160,7 @@ - #ifdef PTHREAD_SYSTEM_SCHED_SUPPORTED - &attrs, - #else -- (pthread_attr_t*)NULL, -+ (pthread_attr_t*)&pta, - #endif - (void* (*)(void *))func, - (void *)arg -- cgit v1.2.3