modified: myjupyterlab.sh
[GalaxyCodeBases.git] / c_cpp / lib / gnulib / doc / posix-headers / dirent.texi
blob84b40782951a1a5427766e75f0fcd6eb74e30617
1 @node dirent.h
2 @section @file{dirent.h}
4 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/dirent.h.html}
6 Gnulib module: dirent
8 Portability problems fixed by Gnulib:
9 @itemize
10 @item
11 The type @code{ino_t} is missing on some platforms:
12 glibc 2.8 and others.
13 @end itemize
15 Portability problems not fixed by Gnulib:
16 @itemize
17 @item
18 This header file is missing on some platforms:
19 MSVC 9.
20 @end itemize