tools/nolibc: guard the main file against multiple inclusion
authorWilly Tarreau <w@1wt.eu>
Mon, 7 Feb 2022 16:23:14 +0000 (17:23 +0100)
committerPaul E. McKenney <paulmck@kernel.org>
Tue, 12 Apr 2022 00:14:33 +0000 (17:14 -0700)
commit930c4acc064edacd2c9d5bec1a66acacb2fb2589
treec22e4d4d1655da7fd474e2baa8a220b4003b7899
parent9c2970fbb425cca0256ecf0f96490e4f253fda24
tools/nolibc: guard the main file against multiple inclusion

Including nolibc.h multiple times results in build errors due to multiple
definitions. Let's add a guard against multiple inclusions.

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