aboutsummaryrefslogtreecommitdiffstats
path: root/linux-user/syscall_defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux-user/syscall_defs.h')
-rw-r--r--linux-user/syscall_defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-user/syscall_defs.h b/linux-user/syscall_defs.h
index c8f25bb5b..e8357dff3 100644
--- a/linux-user/syscall_defs.h
+++ b/linux-user/syscall_defs.h
@@ -52,7 +52,7 @@ typedef struct {
int val[2];
} kernel_fsid_t;
-struct statfs {
+struct kernel_statfs {
int f_type;
int f_bsize;
int f_blocks;