]> www.infradead.org Git - users/jedix/linux-maple.git/commit
tools/nolibc: add _exit()
authorThomas Weißschuh <thomas.weissschuh@linutronix.de>
Fri, 11 Apr 2025 09:00:43 +0000 (11:00 +0200)
committerThomas Weißschuh <linux@weissschuh.net>
Tue, 22 Apr 2025 08:56:27 +0000 (10:56 +0200)
commit7b11531ed172cc8cc2465e99c295af5ac2fd55e3
tree5111694e67b705d2a09f91401ac7cdd8c86cf9d1
parent9b070d97d9e52195c3a2ee084fdd7c45b6b35adf
tools/nolibc: add _exit()

_exit() is the faster variant of exit(), skipping all cleanup actions.
As nolibc does not perform any cleanup anyways, the implementation is
trivial.

Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
Acked-by: Willy Tarreau <w@1wt.eu>
tools/include/nolibc/sys.h