mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
`wait()` returns the retval of `zsock_poll()` which can be negative but is currently unhandled. This patch make sure that the error will be handled. Signed-off-by: Yong Cong Sin <yongcong.sin@gmail.com>