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] Add NEWS entry about 64-bit time_t syscall use on 32-bit targets


On 30/01/2020 16:36, Siddhesh Poyarekar wrote:
> OK got it.  How is this then:
> 
> ~~~
> System call wrappers for time system calls now use the new time64 system
> calls when available. On 32-bit targets, these wrappers attempt to call
> the new system calls first and fall back to the older 32-bit time system
> calls if they are not present.  This may cause issues in environments
> that cannot handle unsupported system calls gracefully by returning
> -ENOSYS. Seccomp sandboxes are affected by this issue.
> ~~~

looks ok to me.
thanks.
(will you do the commit?)

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