Fix: define old_sigaction as compat_old_sigaction in arm32 compat
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 13 Dec 2022 17:32:06 +0000 (12:32 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 13 Dec 2022 21:24:25 +0000 (16:24 -0500)
commitd1fea60895526d461646b2918eb53bed2f40b6eb
treeae21a534f86d4e6c9477893aeee47779d4c342e7
parent45bf1e528eb80b3e0e481d6683bb5ce51155710e
Fix: define old_sigaction as compat_old_sigaction in arm32 compat

In a follow-up patch which updates the instrumentation for arm32, the
instrumentation of the old_sigaction() syscall would fail to build when
targeting a 64-bit kernel.

In that context, old_sigaction becomes compat_old_sigaction which is a
syscall that can be disabled (it was superseded by rt_sigaction a long
time ago).

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I3d9e155f7943cc4b768e13ebd25b671e46df9659
include/instrumentation/syscalls/headers/arm-32-syscalls_pointers_override.h
This page took 0.025002 seconds and 4 git commands to generate.