STINNER Victor <victor.stin...@haypocalc.com> added the comment:

Martin dropped _XOPEN_SOURCE in issue #1759169 (commit 7c947768b435).

--

FYI I changed configure(.in) to get _XOPEN_SOURCE to 700 on OpenBSD 5 to get 
recent C functions like fdopendir():

  # X/Open 7, incorporating POSIX.1-2008
  AC_DEFINE(_XOPEN_SOURCE, 700,
            Define to the level of X/Open that your system supports)

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12999>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to