Set siginfo_t.si_{pid,uid} from kill signals too.

This commit is contained in:
4lDO2
2024-08-02 16:01:46 +02:00
parent e5136e66c1
commit 30caf55429
7 changed files with 109 additions and 61 deletions
+2
View File
@@ -7,6 +7,8 @@
typedef struct siginfo siginfo_t;
typedef unsigned long long sigset_t;
typedef struct ucontext ucontext_t;
typedef struct mcontext mcontext_t;
struct sigaction {
union {