Skip to content

Commit

Permalink
stress-sockpair: unconstify fds arg, gcc 4.8.2 complains about this
Browse files Browse the repository at this point in the history
Signed-off-by: Colin Ian King <[email protected]>
  • Loading branch information
ColinIanKing committed Feb 17, 2025
1 parent 932dd12 commit 48ab5d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stress-sockpair.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ PRAGMA_UNROLL_N(4)
}

static void socket_pair_close(
const int fds[MAX_SOCKET_PAIRS][2],
int fds[MAX_SOCKET_PAIRS][2],
const int max,
const int which)
{
Expand Down

0 comments on commit 48ab5d0

Please sign in to comment.