tools/nolibc: Replace ifdef with if defined() in sys.h
authorMark Brown <broonie@kernel.org>
Thu, 3 Jul 2025 16:00:15 +0000 (17:00 +0100)
committerThomas Weißschuh <linux@weissschuh.net>
Fri, 4 Jul 2025 11:26:12 +0000 (13:26 +0200)
commit8c11625afb3042e89d549dcdf7ada220aecd9778
tree26865e57f8435e0e7b3e74f239bb56a29204b603
parent02217ad447d7b1dd592cfc8253a07375d0b32aa7
tools/nolibc: Replace ifdef with if defined() in sys.h

Thomas has requested that if defined() be used in place of ifdef but
currently ifdef is used consistently in sys.h. Update all the instances of
ifdef to if defined().

Suggested-by: Thomas Weißschuh <linux@weissschuh.net>
Signed-off-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20250703-arm64-gcs-vfork-exit-v3-1-1e9a9d2ddbbe@kernel.org
Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
tools/include/nolibc/sys.h