Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
プロセスを fork するために使用clone()すると、子プロセスが "normal" ではなく親に送信するシグナルを指定できますSIGCHLD。
clone()
SIGCHLD
子が作成された後に設定終了シグナルを変更することは可能ですか? 子供か親のどちらか?