On Tue, Feb 19, 2019 at 9:06 PM Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> wrote: > > Hi Arnd, > > On Tue, Feb 19, 2019 at 3:34 AM Arnd Bergmann <arnd@xxxxxxxx> wrote: > > We don't want new architectures to even provide the old 32-bit time_t > > based system calls any more, or define the syscall number macros. > > > > Add a new __ARCH_WANT_TIME32_SYSCALLS macro that gets enabled for all > > existing 32-bit architectures so we don't change any current behavior. > > ... (only) 32-bit architectures using the generic syscall list, right? Correct, I've added a clarification in the commit text in my git tree now, thanks for the proofreading! Arnd