doc: Update for OpenBSD 6.0, 6.7.
[gnulib.git] / doc / glibc-headers / mntent.texi
blob5d03d849e43d083d29dd71e8390c52207b259ac3
1 @node mntent.h
2 @section @file{mntent.h}
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}.
9 Documentation:
10 @itemize
11 @item
12 @ifinfo
13 @ref{mtab,,The `mtab' file,libc},
14 @end ifinfo
15 @ifnotinfo
16 @url{https://www.gnu.org/software/libc/manual/html_node/mtab.html},
17 @end ifnotinfo
18 @item
19 @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/setmntent.3.html,,man setmntent}.
20 @end itemize
22 Gnulib module: ---
24 Portability problems fixed by Gnulib:
25 @itemize
26 @end itemize
28 Portability problems not fixed by Gnulib:
29 @itemize
30 @item
31 This header file is missing on some platforms:
32 Mac OS X 10.13, FreeBSD 6.0, NetBSD 9.0, OpenBSD 6.7, Minix 3.1.8, Solaris 11.4, mingw, MSVC 14.
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, Android 9.0.
36 @end itemize
38 Gnulib module @code{mountlist} provides a higher-level abstraction.