From: Anthony Baxter Date: Thu, 10 Jan 2002 11:10:18 +0000 (+0000) Subject: thread_pthread.h X-Git-Tag: v2.1.2c1~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ca1512cd83b29257023797c21acc55ccef34253c;p=thirdparty%2FPython%2Fcpython.git thread_pthread.h --- diff --git a/Python/thread_pthread.h b/Python/thread_pthread.h index 6092d0a5e49e..16fe91c8a737 100644 --- a/Python/thread_pthread.h +++ b/Python/thread_pthread.h @@ -128,10 +128,10 @@ PyThread_start_new_thread(void (*func)(void *), void *arg) { pthread_t th; int success; - dprintf(("PyThread_start_new_thread called\n")); #ifdef PTHREAD_SYSTEM_SCHED_SUPPORTED pthread_attr_t attrs; #endif + dprintf(("PyThread_start_new_thread called\n")); if (!initialized) PyThread_init_thread(); #ifdef PTHREAD_SYSTEM_SCHED_SUPPORTED