zephyr/lib/libc/minimal/include
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
..
bits libc: replace null.h and size_t.h with stddef.h 2016-09-13 10:21:10 +08:00
sys nios2: basic build, non-functional 2016-05-03 23:18:45 +00:00
assert.h libc: Add assert.h to minimal libc 2016-07-21 02:09:44 +00:00
ctype.h c++: Add extern "C" { } block to header files 2016-02-05 20:25:22 -05:00
errno.h libc: define EWOULDBLOCK to be the same as EAGAIN 2016-10-03 02:29:42 +00:00
inttypes.h libc: minimal: add reduced inttypes.h 2016-08-28 11:33:15 +00:00
limits.h c++: Add extern "C" { } block to header files 2016-02-05 20:25:22 -05:00
stdbool.h c++: Update minimal libc headers 2016-02-05 20:25:22 -05:00
stdint.h c++: Add extern "C" { } block to header files 2016-02-05 20:25:22 -05:00
stdio.h libc: replace null.h and size_t.h with stddef.h 2016-09-13 10:21:10 +08:00
stdlib.h libc: replace null.h and size_t.h with stddef.h 2016-09-13 10:21:10 +08:00
string.h libc: replace null.h and size_t.h with stddef.h 2016-09-13 10:21:10 +08:00
strings.h c++: Add extern "C" { } block to header files 2016-02-05 20:25:22 -05:00