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>
Mon, 14 Feb 2022 18:45:24 +0000 (10:45 -0800)
commit26f05ab71deca00fa96f7d483017b1856a0b2233
treee5353ae36ecc7f2722f8ad6007f59f22d2cd3a04
parent048f1bb915b56a8837f93ab3845b12414a2cb0f4
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]