Skip to content

Commit

Permalink
posix: options: mlockall: include toolchain header
Browse files Browse the repository at this point in the history
Include the toolchain header because ARG_UNUSED() is
not defined.

Signed-off-by: Chris Friedt <[email protected]>
  • Loading branch information
cfriedt committed Jan 7, 2025
1 parent bc42004 commit 0d525fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/posix/options/mlockall.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include <sys/types.h>

#include <zephyr/posix/sys/mman.h>
#include <zephyr/toolchain.h>

int mlockall(int flags)
{
Expand Down

0 comments on commit 0d525fd

Please sign in to comment.