mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
e2fsprogs: disable HAVE_GETMNTINFO
This patch avoids calls of '__sys_getstatfs' (indirectly via 'getmntinfo'), which does not return any meaningful values in Genode's libc. Otherwise, the libc's dummy implementation prompts resize2fs to back out. Issue #3696
This commit is contained in:
parent
0836293d1a
commit
e63195a940
@ -16,7 +16,6 @@
|
||||
#define HAVE_GETEGID 1
|
||||
#define HAVE_GETEUID 1
|
||||
#define HAVE_GETGID 1
|
||||
#define HAVE_GETMNTINFO 1
|
||||
#define HAVE_GETOPT_H 1
|
||||
#define HAVE_GETPAGESIZE 1
|
||||
#define HAVE_GETPWUID_R 1
|
||||
|
Loading…
Reference in New Issue
Block a user