]> granicus.if.org Git - python/commit
Do not define _POSIX_THREADS if unistd.h defines it.
authorMartin v. Löwis <martin@v.loewis.de>
Mon, 15 Oct 2001 14:34:42 +0000 (14:34 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Mon, 15 Oct 2001 14:34:42 +0000 (14:34 +0000)
commit69c0ff38362dff3b0a90828b8d787dfb3eb14bc3
tree8c6c2ac66e4a56cf8eba06ea42a417246b520e59
parentc0f1bfec05fcbd44390156f07008dc90f25ef487
Do not define _POSIX_THREADS if unistd.h defines it.
Check for pthread_sigmask before using it. Fixes remaining problem in #470781.
Python/thread_pthread.h
configure
configure.in
pyconfig.h.in