commit | df8522a340ee4ccb725036e1f9145f5646939aed | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Wed Apr 18 16:15:37 2018 +0200 |
committer | Arnd Bergmann <arnd@arndb.de> | Tue Dec 18 16:13:04 2018 +0100 |
tree | 5bb42180a00ee7f529c8563bfbd0391e34d0aa7f | |
parent | e11d4284e2f4de5048c6d1787c82226f0a198292 [diff] |
y2038: signal: Add sys_rt_sigtimedwait_time32 Once sys_rt_sigtimedwait() gets changed to a 64-bit time_t, we have to provide compatibility support for existing binaries. An earlier version of this patch reused the compat_sys_rt_sigtimedwait entry point to avoid code duplication, but this newer approach duplicates the existing native entry point instead, which seems a bit cleaner. Signed-off-by: Arnd Bergmann <arnd@arndb.de>