commit | c83e6a1f48cdedea365f32d4d6e68f2466ab05ac | [log] [tgz] |
---|---|---|
author | Anas Nashif <anas.nashif@intel.com> | Sat Oct 01 11:44:21 2016 -0400 |
committer | Anas Nashif <nashif@linux.intel.com> | Mon Oct 03 02:29:42 2016 +0000 |
tree | 242aee348920ae6f8ef37118604e0323e56c2c6f | |
parent | 0cf87e4c26319ac33faadea48c93751932889002 [diff] |
libc: define EWOULDBLOCK to be the same as EAGAIN 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>