[Bug 3430] 64 bit time and seccomp conflict
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Wed Nov 5 00:00:27 AEDT 2025
https://bugzilla.mindrot.org/show_bug.cgi?id=3430
--- Comment #12 from Rustam Abdullaev <rustamabd at gmail.com> ---
We're using the official ARM toolchain 11.2 from
https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads
Even the latest one,
arm-gnu-toolchain-14.3.rel1-x86_64-arm-none-linux-gnueabihf doesn't
have __NR_clock_gettime64 defined in unistd.h.
The ARM toolchain seems to be including kernel headers 4.20.13 ?
$ cat arm-none-linux-gnueabihf/libc/usr/include/linux/version.h
#define LINUX_VERSION_CODE 267277
#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
--
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.
More information about the openssh-bugs
mailing list