tools/nolibc/stdlib: extract the stdlib-specific functions to their own file
authorWilly Tarreau <w@1wt.eu>
Mon, 7 Feb 2022 16:23:19 +0000 (17:23 +0100)
committerPaul E. McKenney <paulmck@kernel.org>
Thu, 24 Feb 2022 17:56:44 +0000 (09:56 -0800)
commit399c1866f7bfa67bcbef56163d43b5394ccc5e35
tree42b21e3719cc947318a6f774846ece2b56c5f558
parent4ca9173ed4a02c3b03eee557ccdfb2d30f7e4391
tools/nolibc/stdlib: extract the stdlib-specific functions to their own file

The new file stdlib.h contains the definitions of functions that
are usually found in stdlib.h. Many more could certainly be added.

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