Skip to content

Commit

Permalink
stress-mmaphuge: make size size_t to match mmap size argument
Browse files Browse the repository at this point in the history
Signed-off-by: Colin Ian King <[email protected]>
  • Loading branch information
ColinIanKing committed Jun 6, 2022
1 parent 831b516 commit 2676fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stress-mmaphuge.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ typedef struct {

typedef struct {
const int flags; /* MMAP flag */
const ssize_t sz; /* MMAP size */
const size_t sz; /* MMAP size */
} stress_mmaphuge_setting_t;

typedef struct {
Expand Down

0 comments on commit 2676fbd

Please sign in to comment.