bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: opendir and dirent.h


From: Bruno Haible
Subject: Re: opendir and dirent.h
Date: Sat, 18 Apr 2009 20:35:29 +0200
User-agent: KMail/1.9.9

Lorenzo Bettini wrote:
> I saw that mkdir is a module in gnulib, while opendir (defined in 
> dirent.h) is not; thus opendir is assumed as standard?

Yes. You can see in the gnulib documentation [1] that no portability problems
are known for opendir().

This is because the only native Windows port that we consider is mingw,
and mingw has an opendir() implementation among its runtime libraries.

Bruno

[1] http://www.gnu.org/software/gnulib/manual/html_node/opendir.html




reply via email to

[Prev in Thread] Current Thread [Next in Thread]