[PATCH 0/3] y2038:mutex_timedlock for timespec64
Song Chen
chensong_2000 at 189.cn
Tue May 25 05:02:52 CEST 2021
This patch serial is aimed to introduce a new syscall mutex_timedlock64
which is specific for 64-bit time_t.
Song Chen (3):
y2038: cobalt/posix/mutex: Adding mutex_timedlock64
y2038: lib/cobalt/mutex: dispatch mutex_timedlock
y2038: testsuite/smokey/y2038: testcase for mutex_timedlock64
include/cobalt/uapi/syscall.h | 1 +
kernel/cobalt/posix/mutex.c | 22 +++++-
kernel/cobalt/posix/mutex.h | 7 ++
kernel/cobalt/posix/syscall32.c | 7 ++
kernel/cobalt/posix/syscall32.h | 4 +
lib/cobalt/mutex.c | 4 +
testsuite/smokey/y2038/syscall-tests.c | 139 ++++++++++++++++++++++++++++++++-
7 files changed, 182 insertions(+), 2 deletions(-)
--
2.7.4
More information about the Xenomai
mailing list