From 302cff0ef9b4ee61c8d0649ba8f54ec2d0d0e5d5 Mon Sep 17 00:00:00 2001 From: Dmitry Chagin Date: Tue, 26 Apr 2022 19:35:56 +0300 Subject: linux(4): Add a simple rseq syscall implementation. To avoid annoyng messages from glibc-2.35 test suite add the simple implementation of rseq syscall which is do nothing for now. I plan to implement it if and when the API stabilizes. MFC after: 2 weeks (cherry picked from commit ee55d560e89ac8de37def993a13d2582638273b7) --- sys/modules/linux/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/modules/linux/Makefile') diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile index 089187ca7cff..9b4453045c09 100644 --- a/sys/modules/linux/Makefile +++ b/sys/modules/linux/Makefile @@ -16,7 +16,7 @@ SRCS= linux_fork.c linux${SFX}_dummy_machdep.c linux_file.c linux_event.c \ linux${SFX}_machdep.c linux_misc.c linux_signal.c \ linux_socket.c linux_stats.c linux_sysctl.c linux${SFX}_sysent.c \ linux${SFX}_sysvec.c linux_uid16.c linux_time.c \ - linux_timer.c linux_vdso.c \ + linux_timer.c linux_vdso.c linux_rseq.c \ opt_inet6.h opt_compat.h opt_posix.h opt_usb.h vnode_if.h \ device_if.h bus_if.h .if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64" -- cgit v1.3