This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
On Wed, 18 Apr 2018, Albert ARIBAUD (3ADEV) wrote:
> + if (! timespec64_to_timespec(&tsp[0], &ts32[0]))
> + {
> + __set_errno(EOVERFLOW);
Globally in this patch series, you need to fix code to follow the GNU
Coding Standards (spaces before '(' in this case).
--
Joseph S. Myers
joseph@codesourcery.com
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |