zephyr/lib/libc/minimal
Anas Nashif c83e6a1f48 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>
2016-10-03 02:29:42 +00:00
..
include libc: define EWOULDBLOCK to be the same as EAGAIN 2016-10-03 02:29:42 +00:00
source libc/printf: Use compiler-provided 64 bit math, phase 2 2016-09-10 00:49:01 +00:00
Makefile