tools/nolibc/signal: move raise() to signal.h
authorWilly Tarreau <w@1wt.eu>
Mon, 7 Feb 2022 16:23:51 +0000 (17:23 +0100)
committerPaul E. McKenney <paulmck@kernel.org>
Thu, 21 Apr 2022 00:05:45 +0000 (17:05 -0700)
commit99cb50ab94b2aa11c756c4ba14ef09197a7ebe7b
tree56555fa1464e69fc36d4f67b312398cddde8e65f
parent180a9797b03472e6881066d9752f2f0d81e1880f
tools/nolibc/signal: move raise() to signal.h

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>
tools/include/nolibc/nolibc.h
tools/include/nolibc/signal.h [new file with mode: 0644]
tools/include/nolibc/stdlib.h