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] Include <kernel-features.h> explicitly in Linux clock_settime.c


On Fri, 18 Oct 2019, Lukasz Majewski wrote:

> The rewritten clock_settime code (which now supports 64 bit time on systems
> with __WORDSIZE == 32)  for Linux now relies on the
> __ASSUME_TIME64_SYSCALLS flag set.
> 
> Lets explicitly include the header file where it is defined to avoid
> any indirect inclusion (which may pose some unwanted API definitions).
> 
> Tested with scripts/build-many-glibcs.py script.

OK, please commit.

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