Skip to content
Commit 14704221 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

gettimeofday() and settimeofday(): Move gittimeofdady() from sched/clock to...

gettimeofday() and settimeofday():  Move gittimeofdady() from sched/clock to libc/time.  All remove gettimeofday() from NuttX system calls.  It is only a wrapper around clock_settime() and does not need a trap.  gettimeofday() is no longer tried as a core OS interface.

gettimeofday has been decremented in POSIX 2008.  settimeofday() was never part of POSIX, but I decided to add it to libc as well just for symmetry.
parent 5e8cdece
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment