diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2003-09-20 11:13:18 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2003-09-20 11:13:18 (GMT) |
commit | 6280f00d495bd6042c8f60aa10042d0c0ffae470 (patch) | |
tree | ee107f45719769cf1d0060b23107a0e04a14aaca /Python/thread.c | |
parent | 2857ef50badd4c49df5a3ecb05027703f697d176 (diff) | |
download | cpython-6280f00d495bd6042c8f60aa10042d0c0ffae470.zip cpython-6280f00d495bd6042c8f60aa10042d0c0ffae470.tar.gz cpython-6280f00d495bd6042c8f60aa10042d0c0ffae470.tar.bz2 |
Patch #805613: Fix usage of the PTH library.
Diffstat (limited to 'Python/thread.c')
-rw-r--r-- | Python/thread.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Python/thread.c b/Python/thread.c index 87230e0..2298b38 100644 --- a/Python/thread.c +++ b/Python/thread.c @@ -98,6 +98,7 @@ void PyThread_init_thread(void) #ifdef HAVE_PTH #include "thread_pth.h" +#undef _POSIX_THREADS #endif #ifdef _POSIX_THREADS |