Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-20 | tools/nolibc/signal: move raise() to signal.h | Willy Tarreau | |
This function is normally found in signal.h, and providing the file eases porting of existing programs. Let's move it there. Signed-off-by: Willy Tarreau <w@1wt.eu> Signed-off-by: Paul E. McKenney <paulmck@kernel.org> |