Defines the type struct mntent
and the macros MNTTAB
,
MOUNTED
, MNTTYPE_*
, MNTOPT_*
, and declares the functions
setmntent
, getmntent
, getmntent_r
, addmntent
,
endmntent
, hasmntopt
.
Documentation:
Portability problems fixed by Gnulib:
Portability problems not fixed by Gnulib:
getmntent_r
is missing on all non-glibc platforms:
AIX 5.1, HP-UX 11, Cygwin, Android 9.0.
Gnulib module mountlist
provides a higher-level abstraction.