Re: [PATCH v2 5/5] linux-user: Flush out implementation of gettimeofday

2020-01-20 Thread Alex Bennée
Richard Henderson writes: > The first argument, timeval, is allowed to be NULL. > > The second argument, timezone, was missing. While its use is > deprecated, it is still present in the syscall. > > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée > --- > linux-user/syscall.c | 2

Re: [PATCH v2 5/5] linux-user: Flush out implementation of gettimeofday

2020-01-16 Thread Philippe Mathieu-Daudé
On 1/16/20 8:43 PM, Richard Henderson wrote: The first argument, timeval, is allowed to be NULL. The second argument, timezone, was missing. While its use is deprecated, it is still present in the syscall. Signed-off-by: Richard Henderson --- linux-user/syscall.c | 27 ++

[PATCH v2 5/5] linux-user: Flush out implementation of gettimeofday

2020-01-16 Thread Richard Henderson
The first argument, timeval, is allowed to be NULL. The second argument, timezone, was missing. While its use is deprecated, it is still present in the syscall. Signed-off-by: Richard Henderson --- linux-user/syscall.c | 27 +-- 1 file changed, 25 insertions(+), 2 delet