From 55719b35d2df5a90a746b2833d3e2bc4e61c45a9 Mon Sep 17 00:00:00 2001 From: rusty-snake <41237666+rusty-snake@users.noreply.github.com> Date: Fri, 11 Apr 2025 19:49:58 +0200 Subject: [PATCH] Remove pidfd_send_signal from not_implemented PR #1019 added it --- src/not_implemented.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/not_implemented.rs b/src/not_implemented.rs index bbeefb436..e8b162a88 100644 --- a/src/not_implemented.rs +++ b/src/not_implemented.rs @@ -299,7 +299,6 @@ pub mod yet { not_implemented!(fanotify_mark); not_implemented!(getifaddrs); not_implemented!(signalfd); - not_implemented!(pidfd_send_signal); not_implemented!(mount_setattr); not_implemented!(extattr_delete_fd); not_implemented!(extattr_delete_link);