mktime: don’t consult daylight
[gnulib.git] / doc / posix-functions / seekdir.texi
blob03bed8cf835f276bb28a4b9325028fafa5012aed
1 @node seekdir
2 @subsection @code{seekdir}
3 @findex seekdir
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/seekdir.html}
7 Gnulib module: ---
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 On platforms where @code{long int} is a 32-bit type, this function may not
13 work correctly on huge directories 2 GiB and larger.
14 @xref{Large File Support}.
15 @end itemize
17 Portability problems not fixed by Gnulib:
18 @itemize
19 @item
20 This function is missing on some platforms:
21 MSVC 14, Android 5.1.
22 @end itemize