app/shim: implement signal handler outcome in Go

This needs to be done from the Go side eventually anyway to integrate the signal forwarding behaviour now supported by the container package.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2025-07-28 23:38:28 +09:00
parent a0f499e30a
commit ddf48a6c22
4 changed files with 93 additions and 21 deletions

View File

@@ -1,3 +1,3 @@
#include <signal.h>
void hakurei_shim_setup_cont_signal(pid_t ppid);
void hakurei_shim_setup_cont_signal(pid_t ppid, int fd);