commit | 74f9a1c482fe4b2e36fd8b47e1cc175d00ecde24 | [log] [tgz] |
---|---|---|
author | Jukka Rissanen <jukka.rissanen@nordicsemi.no> | Fri May 24 14:18:02 2024 +0300 |
committer | Alberto Escolar <alberto.escolar.piedras@nordicsemi.no> | Tue May 28 17:49:59 2024 +0200 |
tree | 76da7141f249b3f2bd4c1df52727239e621e4af9 | |
parent | aa458a279af7d11f2de91fa3949ca52c3eb46ed1 [diff] |
net: sockets_service: Add build check for using zephyr libc Add checks to make sure that we are not trying to use the socket service library with eventfd if CONFIG_POSIX_API is not set and if using native_sim based board. The reason is that we should always use zephyr libc based eventfd implementation instead of host libc one. Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>