summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2004-08-16 11:35:51 (GMT)
committerMatthias Klose <doko@ubuntu.com>2004-08-16 11:35:51 (GMT)
commita2542bee597cbbc382d17ad6bd7ad4fce09d71b8 (patch)
treee90e031dda0c1fdad7f8d09117803bdf7e4840bd /Misc/NEWS
parentd3fe2395b4f85f307d437f5b5b1f69e297d1fe11 (diff)
downloadcpython-a2542bee597cbbc382d17ad6bd7ad4fce09d71b8.zip
cpython-a2542bee597cbbc382d17ad6bd7ad4fce09d71b8.tar.gz
cpython-a2542bee597cbbc382d17ad6bd7ad4fce09d71b8.tar.bz2
The attached patch fixes FTBFS on GNU/k*BSD. The problem happens on GNU/k*BSD
because GNU/k*BSD uses gnu pth to provide pthreads, but will also happen on any system that does the same. python fails to build because it doesn't detect gnu pth in pthread emulation. See C comments in patch for details. patch taken from http://bugs.debian.org/264315
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 75ab5cc..9ea0db1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -90,6 +90,9 @@ Build
- patch #1006629: Define _XOPEN_SOURCE to 500 on Solaris 8/9 to match
GCC's definition and avoid redefinition warnings.
+- Detect pthreads support (provided by gnu pth pthread emulation) on
+ GNU/k*BSD systems.
+
C API
-----