commit | 4e022f7b28dae683497e68180e500fbba24fd88f | [log] [tgz] |
---|---|---|
author | Gil Pitney <gil.pitney@linaro.org> | Thu Aug 03 14:36:53 2017 -0700 |
committer | Kumar Gala <kumar.gala@gmail.com> | Thu Aug 10 16:46:49 2017 -0500 |
tree | 82d8be8603d1ac3aadd48015874f8a187edf4c21 | |
parent | 4bc51e67d481bc12e6555c6c3afd08c8c71706fb [diff] |
ext: simplelink: Enable SimpleLink to use Zephyr __errno The SimpleLink host driver comes with its own definition of __errno, which conflicts with Zephyr's definition, but has a mechanism to enable use of the porting OS's __errno variable. This patch enables SimpleLink to use Zephyr's __errno via the DPL porting layer. Jira: ZEP-1958 Signed-off-by: Gil Pitney <gil.pitney@linaro.org>