mirror of
https://github.com/libfuse/libfuse.git
synced 2024-11-23 04:04:31 +08:00
ignore mtab on android
Updating the mtab on Android fails due to differences in toybox's mount command. Setting IGNORE_MTAB avoids that issue. Signed-off-by: Daniel Rosenberg <drosen@google.com>
This commit is contained in:
parent
c37518ff0b
commit
4007ad9a21
@ -21,7 +21,7 @@
|
||||
#include <fcntl.h>
|
||||
#include <limits.h>
|
||||
#include <paths.h>
|
||||
#if !defined( __NetBSD__) && !defined(__FreeBSD__) && !defined(__DragonFly__)
|
||||
#if !defined( __NetBSD__) && !defined(__FreeBSD__) && !defined(__DragonFly__) && !defined(__ANDROID__)
|
||||
#include <mntent.h>
|
||||
#else
|
||||
#define IGNORE_MTAB
|
||||
|
Loading…
Reference in New Issue
Block a user