zephyr/include/posix
Youvedeep Singh 43383701ca include: posix: correcting the return type of sleep.
Currently return type of sleep is int, but as per POSIX 1003.1 it
should be unsigned.

Signed-off-by: Youvedeep Singh <youvedeep.singh@intel.com>
2018-03-26 09:50:17 -04:00
..
sys kernel: Add posix API for semaphore 2018-03-05 20:51:36 -05:00
posix_sched.h kernel: POSIX: Compatibility layer for scheduler APIs. 2018-02-21 19:17:28 -05:00
pthread.h kernel: Add posix API for semaphore 2018-03-05 20:51:36 -05:00
semaphore.h posix: semaphore: fix bugs and simplify code 2018-03-21 14:27:47 -07:00
signal.h kernel: POSIX: Compatibility layer for POSIX timer APIs. 2018-02-21 19:17:28 -05:00
time.h kernel: POSIX: Compatibility layer for POSIX timer APIs. 2018-02-21 19:17:28 -05:00
unistd.h include: posix: correcting the return type of sleep. 2018-03-26 09:50:17 -04:00