This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH 6/6] y2038: linux: Provide __clock_nanosleep64 implementation
- From: Joseph Myers <joseph at codesourcery dot com>
- To: Lukasz Majewski <lukma at denx dot de>
- Cc: <libc-alpha at sourceware dot org>, Paul Eggert <eggert at cs dot ucla dot edu>
- Date: Wed, 17 Apr 2019 22:11:09 +0000
- Subject: Re: [PATCH 6/6] y2038: linux: Provide __clock_nanosleep64 implementation
- References: <20190414220841.20243-1-lukma@denx.de> <20190414220841.20243-7-lukma@denx.de>
On Mon, 15 Apr 2019, Lukasz Majewski wrote:
> + if (! INTERNAL_SYSCALL_ERROR_P (r, err))
> + valid_timespec_to_timespec64(&rem32, rem);
Missing space before '('. Indentation in GNU style is two columns, so two
levels of indentation should be four columns (you have two columns
followed by six columns here).
--
Joseph S. Myers
joseph@codesourcery.com