change syscall-sign-extend test
authorSzabolcs Nagy <nsz@port70.net>
Thu, 31 Oct 2019 01:01:57 +0000 (01:01 +0000)
committerSzabolcs Nagy <nsz@port70.net>
Thu, 31 Oct 2019 01:20:18 +0000 (01:20 +0000)
don't use SYS_clock_gettime because raw syscall is not time64 safe,
use a SYS_read which likely works across various abis without issues.


No differences found