Re: [PATCH gnumach] Add TIME_VALUE64_TO_TIMESPEC and TIMESPEC_TO_TIME_VALUE64

2023-02-22 Thread Samuel Thibault
Applied, thanks! Flavio Cruz, le mar. 21 févr. 2023 00:06:58 -0500, a ecrit: > We can use these in userland with the new time_value64_t struct. > --- > include/mach/time_value.h | 12 > 1 file changed, 12 insertions(+) > > diff --git a/include/mach/time_value.h b/include/mach/time_

[PATCH gnumach] Add TIME_VALUE64_TO_TIMESPEC and TIMESPEC_TO_TIME_VALUE64

2023-02-20 Thread Flavio Cruz
We can use these in userland with the new time_value64_t struct. --- include/mach/time_value.h | 12 1 file changed, 12 insertions(+) diff --git a/include/mach/time_value.h b/include/mach/time_value.h index 2984e88c..0643b740 100644 --- a/include/mach/time_value.h +++ b/include/mach/