1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 06:17:34 +00:00

Kernel+LibC+UE: Introduce SIGINFO (generated with ^T)

This signal is ignored by default, but can be caught to implement state
reporting a la BSD. :^)
This commit is contained in:
Andreas Kling 2020-09-08 18:07:25 +02:00
parent 687aad01be
commit f8e59addf7
5 changed files with 10 additions and 4 deletions

View file

@ -56,6 +56,6 @@
#define SIGPROF 27
#define SIGWINCH 28
#define SIGIO 29
#define SIGPWR 30
#define SIGINFO 30
#define SIGSYS 31
#define NSIG 32