Re: [PATCH v2 2/2] linux-user: Add support for a group of 2038 safe syscalls

2020-08-07 Thread Laurent Vivier
Le 22/07/2020 à 17:34, Filip Bozuta a écrit : > This patch implements functionality for following time64 syscalls: > > *clock_getres_time64 > > This a year 2038 safe variant of syscall: > > int clock_getres(clockid_t clockid, struct timespec *res) > --finding the resoultion of a s

Re: [PATCH v2 2/2] linux-user: Add support for a group of 2038 safe syscalls

2020-08-07 Thread Laurent Vivier
Le 22/07/2020 à 17:34, Filip Bozuta a écrit : > This patch implements functionality for following time64 syscalls: > > *clock_getres_time64 > > This a year 2038 safe variant of syscall: > > int clock_getres(clockid_t clockid, struct timespec *res) > --finding the resoultion of a s

[PATCH v2 2/2] linux-user: Add support for a group of 2038 safe syscalls

2020-07-22 Thread Filip Bozuta
This patch implements functionality for following time64 syscalls: *clock_getres_time64 This a year 2038 safe variant of syscall: int clock_getres(clockid_t clockid, struct timespec *res) --finding the resoultion of a specified clock-- man page: https://man7.org/linux/man-pag