zephyr/arch/posix
Flavio Ceolin 8a9ba10c2c kernel: swap: Fix __swap signature
__swap function was returning -EAGAIN in some case, though its return
value was declared as unsigned int.

This commit changes this function to return int since it can return a
negative value and its return was already been propagate as int.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
2018-09-14 16:55:37 -04:00
..
core kernel: swap: Fix __swap signature 2018-09-14 16:55:37 -04:00
include lib: posix: clock: Add gettimeofday() call 2018-09-11 09:21:52 -04:00
CMakeLists.txt posix: move soc to top-level dir soc/ 2018-09-13 00:56:48 -04:00
Kconfig kconfig: move soc selection to ZEPHYR_BASE/soc/ 2018-09-13 00:56:48 -04:00