On Wednesday 22 April 2015 16:54:32 Richard Cochran wrote:
On Wed, Apr 22, 2015 at 03:50:45PM +0200, Arnd Bergmann wrote:
time, stime, gettimeofday, settimeofday, adjtimex, nanosleep, getitimer, setitimer: all deprecated => wontfix
If adjtimex is deprecated, what will replace it? It is really important for ntp.
clock_adjtime(). Basically all all the basic time related syscalls are superceded by the clock_* calls that can take a clockid argument.
Arnd