Skip to content

Commit

Permalink
abis/linux: fix stx_dio_offset_align name in statx
Browse files Browse the repository at this point in the history
  • Loading branch information
FedorLap2006 committed Mar 25, 2024
1 parent 98b6f8b commit e3d781a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion abis/linux/statx.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ struct statx {

__mlibc_uint64 stx_mnt_id;
__mlibc_uint32 stx_dio_mem_align;
__mlibc_uint32 stx_dio_mem_offset;
__mlibc_uint32 stx_dio_offset_align;

__mlibc_uint64 __padding1[12];
};
Expand Down

0 comments on commit e3d781a

Please sign in to comment.