aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/include/nolibc/signal.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-04-20tools/nolibc/signal: move raise() to signal.hWilly Tarreau1-0/+22
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>