This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rpointel
Recipients neologix, pitrou, rosslagerwall, rpointel, vstinner
Date 2011-09-02.21:12:36
SpamBayes Score 0.45455626
Marked as misclassified No
Message-id <1314997957.3.0.142809321598.issue12852@psf.upfronthosting.co.za>
In-reply-to
Content
> 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.
History
Date User Action Args
2011-09-02 21:12:37rpointelsetrecipients: + rpointel, pitrou, vstinner, neologix, rosslagerwall
2011-09-02 21:12:37rpointelsetmessageid: <1314997957.3.0.142809321598.issue12852@psf.upfronthosting.co.za>
2011-09-02 21:12:36rpointellinkissue12852 messages
2011-09-02 21:12:36rpointelcreate