Re: [PATCH v4 3/5] y2038: cobalt/posix/muqueue: Adding mq_timedreceive64

2021-08-13 Thread Jan Kiszka via Xenomai
On 13.08.21 08:53, Jan Kiszka via Xenomai wrote: > On 12.08.21 18:28, Florian Bezdeka wrote: >> From: Song Chen >> >> Add a syscall specific for mq_timedreceive64 with 64bit time_t. >> >> Signed-off-by: Song Chen >> [Florian: >> - Reformat commit msg >> - relocate code >> - tracing >> -

Re: [PATCH v4 3/5] y2038: cobalt/posix/muqueue: Adding mq_timedreceive64

2021-08-13 Thread Jan Kiszka via Xenomai
On 12.08.21 18:28, Florian Bezdeka wrote: > From: Song Chen > > Add a syscall specific for mq_timedreceive64 with 64bit time_t. > > Signed-off-by: Song Chen > [Florian: > - Reformat commit msg > - relocate code > - tracing > - fix syscall declarations > ] > Signed-off-by: Florian

[PATCH v4 3/5] y2038: cobalt/posix/muqueue: Adding mq_timedreceive64

2021-08-12 Thread Florian Bezdeka via Xenomai
From: Song Chen Add a syscall specific for mq_timedreceive64 with 64bit time_t. Signed-off-by: Song Chen [Florian: - Reformat commit msg - relocate code - tracing - fix syscall declarations ] Signed-off-by: Florian Bezdeka --- @Jan: This should replace 76607e1a7237 in next. Other