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]

Re: [PATCH 2/5] nptl: Convert tst-cond11.c to use libsupport


On Thu, 9 May 2019, Adhemerval Zanella wrote:

> On 09/05/2019 14:08, Florian Weimer wrote:
> > * Adhemerval Zanella:
> > 
> >>>  support/Makefile       |   3 +-
> >>>  support/README         |   5 +-
> >>>  support/timespec-add.c |  71 ++++++++++++++++++-
> >>>  support/timespec-sub.c |  71 ++++++++++++++++++-
> >>>  support/timespec.c     |  58 ++++++++++++++-
> >>>  support/timespec.h     |  79 ++++++++++++++++++++-
> > 
> > Could you push these changes as a separate commit?  Thanks.
> > 
> > Florian
> > 
> Ok, I will split the patch.

These changes have broken the build for x32, with errors such as:

timespec.c: In function 'test_timespec_before_impl':
timespec.c:32:23: error: format '%ld' expects argument of type 'long int', but argument 4 has type '__time_t' {aka 'const long long int'} [-Werror=format=]

-- 
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]