]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #12852: Set _XOPEN_SOURCE to 700 to get POSIX 2008
authorVictor Stinner <victor.stinner@haypocalc.com>
Wed, 7 Sep 2011 20:29:43 +0000 (22:29 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Wed, 7 Sep 2011 20:29:43 +0000 (22:29 +0200)
commit14d098d3ac4030e0b07a428a54db71e58048f52f
tree1cf8343a828582d163ffa62e4a6f80d4f6ba6c01
parent3d5881ec2b600d59c38ca757ecdbfaf6c7d976cf
Issue #12852: Set _XOPEN_SOURCE to 700 to get POSIX 2008

configure: Set _XOPEN_SOURCE to 700, instead of 600, to get POSIX 2008
functions on OpenBSD (e.g. fdopendir).
Misc/NEWS
configure
configure.in