Re: [PATCH 09/24] clock_getcpuclockid.3: Remove unneeded cast

2020-09-11 Thread Michael Kerrisk (man-pages)
On 9/11/20 12:25 PM, Alejandro Colomar wrote: > Hi Michael, > > On 2020-09-11 09:48, Michael Kerrisk (man-pages) wrote: >> Hi Alex, >> >> On 9/10/20 11:13 PM, Alejandro Colomar wrote: >>> Member 'tv_nsec' of 'struct timespec' is of type 'long' (see time.h.0p), >>> and therefore, the cast is

Re: [PATCH 09/24] clock_getcpuclockid.3: Remove unneeded cast

2020-09-11 Thread Alejandro Colomar
Hi Michael, On 2020-09-11 09:48, Michael Kerrisk (man-pages) wrote: Hi Alex, On 9/10/20 11:13 PM, Alejandro Colomar wrote: Member 'tv_nsec' of 'struct timespec' is of type 'long' (see time.h.0p), and therefore, the cast is completely redundant. Good catch! Patch applied. Cheers, Michael

Re: [PATCH 09/24] clock_getcpuclockid.3: Remove unneeded cast

2020-09-11 Thread Michael Kerrisk (man-pages)
Hi Alex, On 9/10/20 11:13 PM, Alejandro Colomar wrote: > Member 'tv_nsec' of 'struct timespec' is of type 'long' (see time.h.0p), > and therefore, the cast is completely redundant. Good catch! Patch applied. Cheers, Michael > Signed-off-by: Alejandro Colomar > --- >

[PATCH 09/24] clock_getcpuclockid.3: Remove unneeded cast

2020-09-10 Thread Alejandro Colomar
Member 'tv_nsec' of 'struct timespec' is of type 'long' (see time.h.0p), and therefore, the cast is completely redundant. Signed-off-by: Alejandro Colomar --- man3/clock_getcpuclockid.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man3/clock_getcpuclockid.3