From 633feeea57c298306d8664c9c2768ab46fb7c6f4 Mon Sep 17 00:00:00 2001 From: Anton Kling Date: Wed, 11 Dec 2024 18:47:33 +0100 Subject: signal: Remove old way of sending signals and instead use procfs --- userland/libc/fcntl/open_process.c | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 userland/libc/fcntl/open_process.c (limited to 'userland/libc/fcntl/open_process.c') diff --git a/userland/libc/fcntl/open_process.c b/userland/libc/fcntl/open_process.c deleted file mode 100644 index 8486728..0000000 --- a/userland/libc/fcntl/open_process.c +++ /dev/null @@ -1,6 +0,0 @@ -#include -#include - -int open_process(int pid) { - RC_ERRNO(syscall(SYS_OPEN_PROCESS, pid, 0, 0, 0, 0)); -} -- cgit v1.2.3