0f7f463ad41ff0422f774316981b6f09956bf798
[gnulib.git] / doc / glibc-headers / fstab.texi
1 @node fstab.h
2 @section @file{fstab.h}
3
4 Defines the type @code{struct fstab}, the macros @code{FSTAB_*},
5 @code{_PATH_FSTAB}, and declares the functions
6 @code{setfsent}, @code{endfsent},
7 @code{getfsent}, @code{getfsspec}, @code{getfsfile}.
8
9 Documentation:
10 @itemize
11 @item
12 @ifinfo
13 @ref{fstab,,The `fstab' file,libc},
14 @end ifinfo
15 @ifnotinfo
16 @url{http://www.gnu.org/software/libc/manual/html_node/fstab.html},
17 @end ifnotinfo
18 @item
19 @uref{http://www.kernel.org/doc/man-pages/online/pages/man3/setfsent.3.html,,man setfsent}.
20 @end itemize
21
22 Gnulib module: ---
23
24 Portability problems fixed by Gnulib:
25 @itemize
26 @end itemize
27
28 Portability problems not fixed by Gnulib:
29 @itemize
30 @item
31 This header file is missing on some platforms:
32 IRIX 6.5, Solaris 11 2010-11, Cygwin, mingw, Interix 3.5, BeOS.
33 @item
34 The macro @code{_PATH_FSTAB} is missing on some platforms:
35 AIX 5.1, HP-UX 11.
36 @end itemize