| 130 | } |
| 131 | |
| 132 | static inline int seccomp(int op, int fd, void *arg) { |
| 133 | return syscall(SYS_seccomp, op, fd, arg); |
| 134 | } |
| 135 | |
| 136 | static int pidfd_open(pid_t pid, unsigned int flags) |
| 137 | { |
nothing calls this directly
no outgoing calls
no test coverage detected