zephyr/tests/posix/common/src
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
..
clock.c posix: Move gettimeofday declaration to <sys/time.h> 2019-05-07 22:18:09 -04:00
main.c tests: posix: group pthread tests 2018-10-10 09:29:42 -04:00
mqueue.c all: Update unsigend 'U' suffix due to multiplication 2019-03-28 17:15:58 -05:00
mutex.c posix: rename priority in sched_param struct 2019-02-19 11:24:45 -05:00
posix_rwlock.c all: Add 'U' suffix when using unsigned variables 2019-03-28 17:15:58 -05:00
pthread_key.c posix: rename priority in sched_param struct 2019-02-19 11:24:45 -05:00
pthread.c all: Update unsigend 'U' suffix due to multiplication 2019-03-28 17:15:58 -05:00
semaphore.c posix: rename priority in sched_param struct 2019-02-19 11:24:45 -05:00
timer.c