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, 24 Feb 2022 17:56:46 +0000 (09:56 -0800)
commit02b139e17bbd9a8e14baf5baf9d3884a7be8c2e6
treee1b5933039408d8f08829c522ab2d04d4eee2303
parent21b09698383dfb3217085de46ce35caa6378b7df
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