]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf55413e8f13856f9a9974c3a67178ad6e7a2868c
tree95ea88eaff37923c6b23617cd127cbc59888e804
parent9327e78ef1a28006d414068b1223686d956bf56a
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]