https://www.gnu.org/software/gnulib/manual/html_node/mntent_002eh.html
Next: obstack.h, Previous: mcheck.h, Up: Glibc Header File Substitutes [Contents][Index]
11.23 mntent.h
Defines the type struct mntent
and the macros MNTTAB
, MOUNTED
, MNTTYPE_*
, MNTOPT_*
, and declares the functions setmntent
, getmntent
, getmntent_r
, addmntent
, endmntent
, hasmntopt
.
Documentation:
Gnulib module: —
Portability problems fixed by Gnulib:
Portability problems not fixed by Gnulib:
- This header file is missing on some platforms: Mac OS X 10.13, FreeBSD 6.0, NetBSD 9.0, OpenBSD 6.7, Minix 3.1.8, Solaris 11.4, mingw, MSVC 14.
- The function
getmntent_r
is missing on all non-glibc platforms: AIX 5.1, HP-UX 11, IRIX 6.5, Cygwin, Android 9.0.
Gnulib module mountlist
provides a higher-level abstraction.