From: Anthony Baxter Date: Thu, 10 Jan 2002 11:12:20 +0000 (+0000) Subject: cosmetic change to add a commit message for the last commit, accidently X-Git-Tag: v2.1.2c1~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f226f408647044e531112ad16e95dba966d90970;p=thirdparty%2FPython%2Fcpython.git cosmetic change to add a commit message for the last commit, accidently sent with empty message. sheesh. Lucky I decided it was worth doing last minute complete compile tests. cvs merge stupid on my part fixed that made solaris builds totally fail. --- diff --git a/Python/thread_pthread.h b/Python/thread_pthread.h index 16fe91c8a737..07ce4bcf9b0c 100644 --- a/Python/thread_pthread.h +++ b/Python/thread_pthread.h @@ -131,7 +131,7 @@ PyThread_start_new_thread(void (*func)(void *), void *arg) #ifdef PTHREAD_SYSTEM_SCHED_SUPPORTED pthread_attr_t attrs; #endif - dprintf(("PyThread_start_new_thread called\n")); + dprintf(("PyThread_start_new_thread called\n")); if (!initialized) PyThread_init_thread(); #ifdef PTHREAD_SYSTEM_SCHED_SUPPORTED