Hash :
fb884731
Author :
Date :
2020-05-27T20:02:57
mountlist: Make more robust in multithreaded applications. * lib/mountlist.c (read_file_system_list): Pass an O_CLOEXEC flag to open(). * modules/mountlist (Depends-on): Add 'open'.
Description:
Return list of mounted file systems.
Files:
lib/mountlist.h
lib/mountlist.c
m4/fstypename.m4
m4/mountlist.m4
Depends-on:
fopen-gnu
getline
open
stdbool
stdint
strstr-simple
xalloc
configure.ac:
gl_MOUNTLIST
if test $gl_cv_list_mounted_fs = yes; then
AC_LIBOBJ([mountlist])
gl_PREREQ_MOUNTLIST_EXTRA
fi
Makefile.am:
Include:
"mountlist.h"
License:
GPL
Maintainer:
Jim Meyering