zephyr/include/posix
Paul Sokolovsky 81fa697f32 posix: Move gettimeofday declaration to <sys/time.h>
According to POSIX, that's the header which defines this function.
Similarly, nothing in POSIX indicates that <time.h> should have
access to struct timeval, so it's removed (it's made accessible
to <sys/time.h> via <sys/_timeval.h> introduced earlier).

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
2019-05-07 22:18:09 -04:00
..
sys posix: Move gettimeofday declaration to <sys/time.h> 2019-05-07 22:18:09 -04:00
dirent.h lib: posix: Fix compile issue with newer newlib 2019-02-22 11:55:01 -06:00
mqueue.h lib: posix: Fix compile error with mqueue.h 2019-02-23 11:42:31 -06:00
posix_sched.h posix: rename priority in sched_param struct 2019-02-19 11:24:45 -05:00
posix_types.h lib: posix: Fix compile issue with newer newlib 2019-02-22 11:55:01 -06:00
pthread.h include: Use macro BIT for shift operations 2019-03-26 14:31:29 -04:00
pthread_key.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
semaphore.h lib: posix: Fix compile issue with newer newlib 2019-02-22 11:55:01 -06:00
signal.h lib: posix: Fix compile issue with newer newlib 2019-02-22 11:55:01 -06:00
time.h posix: Move gettimeofday declaration to <sys/time.h> 2019-05-07 22:18:09 -04:00
unistd.h lib: posix: Fix compile error with mqueue.h 2019-02-23 11:42:31 -06:00