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, 21 Apr 2022 00:05:43 +0000 (17:05 -0700)
commit06fdba53e0a9a897ba00c3602f14b3498b321655
tree95ea88eaff37923c6b23617cd127cbc59888e804
parentbd8c8fbb866fe524b769a853f2b3525c227165fa
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]