commit | 16ff8ca2c2aaade5b7658ccb594b9d52e1263e63 | [log] [tgz] |
---|---|---|
author | Kumar Gala <kumar.gala@linaro.org> | Wed Jul 11 15:57:03 2018 -0500 |
committer | Kumar Gala <kumar.gala@gmail.com> | Mon Jul 16 11:33:07 2018 -0500 |
tree | 166f9d76045056493f8c301b9844f1df4fb81137 | |
parent | 57fbc668820657b242473649490fe4d8a2627079 [diff] |
libc: newlib: Enable extended linux errno defines We utilize defines like -ESHUTDOWN in the network stack. To support this errno value with newlib we need to enable __LINUX_ERRNO_EXTENSIONS__. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>