mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
EWOULDBLOCK is an old error code from BSD. Not much uses it, and on basically all modern systems it's defined to the same value as EAGAIN, which is the System V value for the same condition. Jira: ZEP-982 Change-Id: I5435ce55fa47f5bd2fac5d881b5b195b025f48a2 Signed-off-by: Anas Nashif <anas.nashif@intel.com>