This patch serial is aimed to introduce a new syscall monitor_wait64
which is specific for 64-bit time_t.

Song Chen (3):
  y2038: cobalt/posix/monitor: Adding monitor_wait64
  y2038: lib/cobalt/internal: dispatch monitor_wait
  y2038: testsuite/smokey/y2038: testcase for monitor_wait64

 include/cobalt/uapi/syscall.h          |  2 +-
 kernel/cobalt/posix/monitor.c          | 31 ++++++++++++-
 kernel/cobalt/posix/monitor.h          |  9 ++++
 kernel/cobalt/posix/syscall32.c        |  8 ++++
 kernel/cobalt/posix/syscall32.h        |  6 +++
 lib/cobalt/internal.c                  |  5 ++
 testsuite/smokey/y2038/syscall-tests.c | 83 +++++++++++++++++++++++++++++++++-
 7 files changed, 140 insertions(+), 4 deletions(-)

-- 
2.7.4


Reply via email to