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, 24 Feb 2022 17:56:46 +0000 (09:56 -0800)
commit319c9f2279d42283b2ec3c2ee61733ba95b21140
treef45dcde6c4c412097688be55c7d5875ef21cbee3
parenta32169fee4afee9b87956c5bb583c78b96091b32
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