Skip to content
Commit 873af2ee authored by Jukka Rissanen's avatar Jukka Rissanen Committed by David Leach
Browse files

net: sockets: Use only Zephyr POSIX headers



Use only Zephyr specific POSIX header files so that the whole
system is getting values from the same files. There was an issue with
native_sim run of tests/net/socket/af_packet which had O_BLOCKING set
to 0x4000 from include/zephyr/posix/fcntl.h, but then the file
subsys/net/lib/socket/sockets.c was having O_BLOCKING set to 0x0800
because different header files were used.

Signed-off-by: default avatarJukka Rissanen <jukka.rissanen@nordicsemi.no>
parent c0fcd8c9
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment