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 v9] y2038: Introduce the __ASSUME_TIME64_SYSCALLS define


On Wed, 28 Aug 2019, Zack Weinberg wrote:

> OK, how does this look?
> 
> >From dc644211be404aea73b6bd218777c6f06472d9f1 Mon Sep 17 00:00:00 2001
> From: Lukasz Majewski <lukma@denx.de>
> Date: Wed, 28 Aug 2019 14:27:03 -0400
> Subject: [PATCH] y2038: Introduce the __ASSUME_TIME64_SYSCALLS define
> 
> Add a macro to linux/kernel-features.h, __ASSUME_TIME64_SYSCALLS, to
> indicate whether the kernel can be assumed to provide a set of system
> calls that process 64-bit time_t.
> 
> __ASSUME_TIME64_SYSCALLS does not indicate whether time_t is actually
> 64 bits (that's __TIMEBITS) and also does not indicate whether the
> 64-bit time_t system calls have "time64" suffixes on their names.
> 
> Code that uses __ASSUME_TIME64_SYSCALLS will be added in subsequent
> patches.

This version is OK.

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