Re: [PATCH 1/2] linux-user: Modify 'target_to_host/host_to_target_itimerspec()'

2020-07-22 Thread Laurent Vivier
Le 22/07/2020 à 13:10, Filip Bozuta a écrit : > Functions 'target_to_host_itimerspec()' and 'host_to_target_itimerspec()' > are used to convert values of type 'struct itimerspec' between target and > host. This type has 'struct timespec' as its fields. That is the reason > why this patch introduces

[PATCH 1/2] linux-user: Modify 'target_to_host/host_to_target_itimerspec()'

2020-07-22 Thread Filip Bozuta
Functions 'target_to_host_itimerspec()' and 'host_to_target_itimerspec()' are used to convert values of type 'struct itimerspec' between target and host. This type has 'struct timespec' as its fields. That is the reason why this patch introduces a little modification to the converting functions to