zephyr/tests/net/socket/socketpair/src
Christopher Friedt 3e86c627f7 kernel: atomics: update print specifiers for atomic_t
The print specifier for `atomic_t` should be updated
to `%ld`, `%lu`, or `%lx` to account for the type
change of `atomic_t` to `long`.

Signed-off-by: Christopher Friedt <chrisfriedt@gmail.com>
2021-11-15 09:59:01 -05:00
..
main.c tests: net: socketpair: Verify that poll is signalled correctly 2021-07-02 22:22:42 -04:00
test_socketpair_block.c kernel: atomics: update print specifiers for atomic_t 2021-11-15 09:59:01 -05:00
test_socketpair_closed_ends.c
test_socketpair_expected_failures.c
test_socketpair_fcntl.c
test_socketpair_happy_path.c
test_socketpair_nonblock.c
test_socketpair_poll.c tests: net: socketpair: Verify that poll is signalled correctly 2021-07-02 22:22:42 -04:00
test_socketpair_thread.h
test_socketpair_unsupported_calls.c