[issue12852] POSIX level issues in posixmodule.c on OpenBSD 5.0
Remi Pointel
report at bugs.python.org
Fri Sep 2 23:12:37 CEST 2011
Remi Pointel <python at xiri.fr> added the comment:
> It would be nice if you could find out in which header file fdopendir() is defined.
Hi,
fdopendir() is in /usr/include/dirent.h:
#if __POSIX_VISIBLE >= 200809
DIR *fdopendir(int);
#endif
You could find the file dirent.h here: http://www.openbsd.org/cgi-bin/cvsweb/src/include/dirent.h.
Thanks,
Remi.
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12852>
_______________________________________
More information about the Python-bugs-list
mailing list