Commit Graph

1 Commits

Author SHA1 Message Date
Eneas U de Queiroz
dfc27d0e9c atlas-probe: Fix compilation with gcc11
This uses some definitions from <sys/cdefs.h> in gcc 8.4.0, not present
in musl or gcc11.

Also use clock_gettime() instead of syscall(__NR_clock_gettime,...),
which is not currently defined.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2023-01-20 10:38:38 +08:00