tools/nolibc: also mention how to build by just setting the include path
authorWilly Tarreau <w@1wt.eu>
Mon, 7 Feb 2022 16:23:53 +0000 (17:23 +0100)
committerPaul E. McKenney <paulmck@kernel.org>
Thu, 21 Apr 2022 00:05:45 +0000 (17:05 -0700)
commitc4486e97283d0b3d72a8eeda91e53e2ea9b62fbe
tree1819882f4452e747b383362356b5204dbbba90e2
parentcec1505321020287c3acc5a63dd75859ebf5ad0d
tools/nolibc: also mention how to build by just setting the include path

Now that a few basic include files are provided, some simple portable
programs may build, which will save them from having to surround their
includes with #ifndef NOLIBC. This patch mentions how to proceed, and
enumerates the list of files that are covered.

A comprehensive list of required include files is available here:

  https://en.cppreference.com/w/c/header

Signed-off-by: Willy Tarreau <w@1wt.eu>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
tools/include/nolibc/nolibc.h