summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2013-12-07 22:39:33 (GMT)
committerChristian Heimes <christian@cheimes.de>2013-12-07 22:39:33 (GMT)
commit647cd87169d79b4ab4ad084104dc152381cca339 (patch)
treec9c84926942a226ae6b3190be5cd27a84949bf4e /Misc
parent35175a8f07a8d9da20587ab748446d85b615baaa (diff)
downloadcpython-647cd87169d79b4ab4ad084104dc152381cca339.zip
cpython-647cd87169d79b4ab4ad084104dc152381cca339.tar.gz
cpython-647cd87169d79b4ab4ad084104dc152381cca339.tar.bz2
Issue #19922: define _INCLUDE__STDC_A1_SOURCE in HP-UX to include mbstate_t
for mbrtowc().
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f623a19..0675cf8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -108,6 +108,9 @@ Tests
Build
-----
+- Issue #19922: define _INCLUDE__STDC_A1_SOURCE in HP-UX to include mbstate_t
+ for mbrtowc().
+
- Issue #19788: kill_python(_d).exe is now run as a PreBuildEvent on the
pythoncore sub-project. This should prevent build errors due a previous
build's python(_d).exe still running.