https://bugzilla.mindrot.org/show_bug.cgi?id=3430
--- Comment #12 from Rustam Abdullaev <[email protected]> --- 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. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
