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] | |
Hi Andreas, > On Mär 04 2020, Lukasz Majewski wrote: > > > diff --git a/include/mqueue.h b/include/mqueue.h > > index 3c66f1711e..81d30dbdf7 100644 > > --- a/include/mqueue.h > > +++ b/include/mqueue.h > > @@ -10,4 +10,13 @@ extern __typeof (mq_timedreceive) > > __mq_timedreceive __nonnull ((2, 5)); hidden_proto > > (__mq_timedreceive) hidden_proto (mq_setattr) > > # endif > > +#if __TIMESIZE == 64 > > +# define __mq_timedsend_time64 __mq_timedsend > > +#else > > +# include <bits/types/struct___timespec64.h> > > I think the header should be included unconditionally. > The idea behind adding the struct___timespec64.h header only for "#else" clause was that it is not needed at all when we do have archs with __TIMESIZE == 64. IMHO, there is no point in including it when __TIMESIZE == 64. > Andreas. > Best regards, Lukasz Majewski -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-59 Fax: (+49)-8142-66989-80 Email: lukma@denx.de
Attachment:
pgpxPcpRTVWWR.pgp
Description: OpenPGP digital signature
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |