summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2007-12-29 18:49:21 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2007-12-29 18:49:21 (GMT)
commitcb78de6d25591363e26610e168ec48e3e63757b0 (patch)
treea53d7ba67894c6cb37885fa4237bf4c7619a0955 /Misc
parentb19be571e09263239ef29c92eee06dbb30186685 (diff)
downloadcpython-cb78de6d25591363e26610e168ec48e3e63757b0.zip
cpython-cb78de6d25591363e26610e168ec48e3e63757b0.tar.gz
cpython-cb78de6d25591363e26610e168ec48e3e63757b0.tar.bz2
Bug #1699: Define _BSD_SOURCE only on OpenBSD.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9a60c64..377f33d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1144,6 +1144,8 @@ Tools/Demos
Build
-----
+- Bug #1699: Define _BSD_SOURCE only on OpenBSD.
+
- Bug #1608: use -fwrapv when GCC supports it. This is important,
newer GCC versions may optimize away overflow buffer overflow checks
without this option!