In this series the clock_gettime() was fixed to behave as intended when not having valid arguments. The emulation for the system call clock_settime() was added. Conversion of itimerspec structure and error handling in timer_settime() syscall were corrected.
Dejan Jovicevic (4): linux-user: fix clock_gettime() linux-user: add clock_settime() linux-user: correct conversion of itimerspec structure linux-user: timer_settime fix linux-user/syscall.c | 62 +++++++++++++++++++++++++++++++--------------------- 1 file changed, 37 insertions(+), 25 deletions(-) -- 1.9.1