lib: posix: clock: Add gettimeofday() call
Provide an implementation of gettimeofday(). This uses clock_gettime()
with the CLOCK_REALTIME parameter, which is currently unimplemented, but
will allow clients to call this function once this functionality has
been implemented.
Signed-off-by:
David Brown <david.brown@linaro.org>
Loading
Please sign in to comment