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 1/2] y2038: linux: Provide __mq_timedsend_time64 implementation


* Lukasz Majewski:

> Hi Florian,
>
>> * Lukasz Majewski:
>> 
>> >> By moving struct __timespec64 to <include/bits/struct/timespec.h>
>> >> we can avoid that inconsistency.  
>> >
>> > Maybe <include/bits/types/struct___timespec64.h> would be a better
>> > place/name?  
>> 
>> bits/ headers should be installed headers.  If it is just an internal
>> type, it should not go into a bits/ header, but a header under
>> include/ or maybe sysdeps/generic/.  The latter is useful if sysdeps
>> overrides are expected.
>
> the idea would be to place it under ./include/bits/ in the glibc source
> directory, so it would be an "internal" header.

Okay, that part makes sense.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]