signal.h: add SYS_USER_DISPATCH si_code value from linux v5.11

see

  linux commit 1d7637d89cfce54a4f4a41c2325288c2f47470e8
  signal: Expose SYS_USER_DISPATCH si_code type
This commit is contained in:
Szabolcs Nagy 2021-03-07 22:20:54 +00:00 committed by Rich Felker
parent 3dcbd89690
commit 993cccce13

View File

@ -263,6 +263,7 @@ void (*sigset(int, void (*)(int)))(int);
typedef void (*sig_t)(int);
#define SYS_SECCOMP 1
#define SYS_USER_DISPATCH 2
#endif
#ifdef _GNU_SOURCE