diff options
Diffstat (limited to 'linux-user/syscall_defs.h')
-rw-r--r-- | linux-user/syscall_defs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-user/syscall_defs.h b/linux-user/syscall_defs.h index c8f25bb5b4..e8357dff36 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; |