Disable GNU pth support

This commit is contained in:
Antoine Pitrou 2009-10-24 20:35:52 +00:00
parent 1b8c783408
commit db6c567a72
3 changed files with 3 additions and 38 deletions

View file

@ -114,6 +114,7 @@ static size_t _pythread_stacksize = 0;
#endif
#ifdef HAVE_PTH
#error GNU pth threads are now unsupported, and code will be removed in 3.3.
#include "thread_pth.h"
#undef _POSIX_THREADS
#endif