Re: [PATCH] testsuite/smokey: y2038: Fix evaluation of pthread_join result

2021-08-09 Thread Bezdeka, Florian via Xenomai
On Mon, 2021-08-09 at 09:15 +0200, Jan Kiszka wrote: > From: Jan Kiszka > > The status value is the pointer, not where the pointer points to. > > Signed-off-by: Jan Kiszka > --- > > Not yet resolving the unexpected assertion, though. > > testsuite/smokey/y2038/syscall-tests.c | 2 +- > 1

[PATCH] testsuite/smokey: y2038: Fix evaluation of pthread_join result

2021-08-09 Thread Jan Kiszka via Xenomai
From: Jan Kiszka The status value is the pointer, not where the pointer points to. Signed-off-by: Jan Kiszka --- Not yet resolving the unexpected assertion, though. testsuite/smokey/y2038/syscall-tests.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git