Skip to content
Snippets Groups Projects
Unverified Commit 1fcd0eb3 authored by Christian Brauner's avatar Christian Brauner
Browse files

tests: fix pidfd-test compilation


Define __NR_pidfd_send_signal if it isn't to prevent a potential
compilation error.

To make pidfd-test compile on all arches, irrespective of whether
or not syscall numbers are assigned, define the syscall number to -1.
If it isn't defined this will cause the kernel to return -ENOSYS.

Fixes: 575a0ae9 ("selftests: add tests for pidfd_send_signal()")
Signed-off-by: default avatarChristian Brauner <christian@brauner.io>
parent c732327f
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment