<div><br></div><div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Nov 15, 2020 at 11:08 PM Petr Vorel <<a href="mailto:pvorel@suse.cz">pvorel@suse.cz</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Khem,<br>
<br>
> Newer 32bit arches like RISCV32 and ARC are using 64bit time_t<br>
> from get go unlike other 32bit architecture therefore aliasing __NR_futex to<br>
> __NR_futex_time64 helps avoid the below errors<br>
<br>
> tst_checkpoint.c:99:17: error: use of undeclared identifier 'SYS_futex'<br>
<br>
Thanks for your fix.<br>
<br>
I wonder if this could be defined just in include/lapi/futex.h and this:<br>
<br>
<a href="https://github.com/pevik/ltp/commit/a20107ab47554798e0de0347dd4d7259f01675af" rel="noreferrer" target="_blank">https://github.com/pevik/ltp/commit/a20107ab47554798e0de0347dd4d7259f01675af</a><br>
</blockquote><div dir="auto"><br></div><div dir="auto">It could be but it did not work everywhere when I tried it I guess this header has to be included in all needed placedĀ </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
Kind regards,<br>
Petr<br>
</blockquote></div></div>