[Python-checkins] CVS: python/dist/src/Python thread.c,2.41,2.42

Tim Peters tim_one@users.sourceforge.net
Sun, 24 Mar 2002 22:49:12 -0800


Update of /cvsroot/python/python/dist/src/Python
In directory usw-pr-cvs1:/tmp/cvs-serv24255/python/Python

Modified Files:
	thread.c 
Log Message:
I've been waiting 8 years for KSR to re-emerge from bankruptcy.  If they
ever do, they can damn well #define _POSIX_THREADS their own damn selves.


Index: thread.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/thread.c,v
retrieving revision 2.41
retrieving revision 2.42
diff -C2 -d -r2.41 -r2.42
*** thread.c	9 Mar 2002 12:10:54 -0000	2.41
--- thread.c	25 Mar 2002 06:49:10 -0000	2.42
***************
*** 37,44 ****
  #include "pythread.h"
  
- #ifdef __ksr__
- #define _POSIX_THREADS
- #endif
- 
  #ifndef _POSIX_THREADS
  
--- 37,40 ----