Skip to content

Commit

Permalink
tests: posix: headers: check for sockatmark()
Browse files Browse the repository at this point in the history
Add a check for sockatmark().

Signed-off-by: Chris Friedt <chrisfriedt@gmail.com>
  • Loading branch information
cfriedt committed Mar 23, 2024
1 parent 8745d1c commit 71aecbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/posix/headers/src/sys_socket_h.c
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ ZTEST(posix_headers, test_sys_socket_h)
zassert_not_null(sendto);
zassert_not_null(setsockopt);
zassert_not_null(shutdown);
/* zassert_not_null(sockatmark); */ /* not implemented */
zassert_not_null(sockatmark);
zassert_not_null(socket);
zassert_not_null(socketpair);
}
Expand Down

0 comments on commit 71aecbf

Please sign in to comment.