]> git.ipfire.org Git - thirdparty/linux.git/commit
tools/nolibc: s390: include std.h
authorThomas Weißschuh <thomas.weissschuh@linutronix.de>
Fri, 27 Sep 2024 16:45:38 +0000 (18:45 +0200)
committerThomas Weißschuh <linux@weissschuh.net>
Mon, 7 Oct 2024 19:56:08 +0000 (21:56 +0200)
commit711b5875814b2a0e9a5aaf7a85ba7c80f5a389b1
tree076d9c3f299c23a450719f9c2f1821a43fa736ce
parent9852d85ec9d492ebef56dc5f229416c925758edc
tools/nolibc: s390: include std.h

arch-s390.h uses types from std.h, but does not include it.
Depending on the inclusion order the compilation can fail.
Include std.h explicitly to avoid these errors.

Fixes: 404fa87c0eaf ("tools/nolibc: s390: provide custom implementation for sys_fork")
Cc: stable@vger.kernel.org
Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
Link: https://lore.kernel.org/r/20240927-nolibc-s390-std-h-v1-1-30442339a6b9@linutronix.de
Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
tools/include/nolibc/arch-s390.h