Documentation about Minix.
[gnulib.git] / doc / glibc-headers / mntent.texi
1 @node mntent.h
2 @section @file{mntent.h}
3
4 Defines the type @code{struct mntent} and the macros @code{MNTTAB},
5 @code{MOUNTED}, @code{MNTTYPE_*}, @code{MNTOPT_*}, and declares the functions
6 @code{setmntent}, @code{getmntent}, @code{getmntent_r}, @code{addmntent},
7 @code{endmntent}, @code{hasmntopt}.
8
9 Documentation:
10 @itemize
11 @item
12 @ifinfo
13 @ref{mtab,,The `mtab' file,libc},
14 @end ifinfo
15 @ifnotinfo
16 @url{http://www.gnu.org/software/libc/manual/html_node/mtab.html},
17 @end ifnotinfo
18 @item
19 @uref{http://www.kernel.org/doc/man-pages/online/pages/man3/setmntent.3.html,,man setmntent}.
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 MacOS X 10.5, FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 4.3.2, OSF/1 5.1, Solaris 11 2010-11, mingw, Interix 3.5, BeOS.
33 @item
34 The function @code{getmntent_r} is missing on all non-glibc platforms:
35 AIX 5.1, HP-UX 11, IRIX 6.5, Cygwin.
36 @end itemize
37
38 Gnulib module @code{mountlist} provides a higher-level abstraction.