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>
Mon, 14 Feb 2022 18:48:55 +0000 (10:48 -0800)
commitb9a1e49b968bc7e044b0af9d6b11bab9634f737d
tree95f00a3f5923d58a9e9c2f75634b66d441dda760
parenta2f2e5ea138a638769b7f4dc1b9420a30d81fa47
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