diff options
author | Thomas Weißschuh <linux@weissschuh.net> | 2024-12-21 17:44:28 +0300 |
---|---|---|
committer | Thomas Weißschuh <linux@weissschuh.net> | 2025-01-14 00:21:34 +0300 |
commit | 7f89bc51101ca676530ee017931ae2a01ff54381 (patch) | |
tree | 768d1576fbc39b120576f101334e5d306af4f5a0 /scripts/gdb/linux/utils.py | |
parent | 4b92b79c5645b21e529caa65100e4797d3d4c87c (diff) | |
download | linux-7f89bc51101ca676530ee017931ae2a01ff54381.tar.xz |
tools/nolibc: add support for waitid()
waitid() is the modern variant of the family of wait-like syscalls.
Some architectures have dropped support for wait(), wait4() and waitpid()
but all of them support waitid().
It is more flexible and easier to use than the older ones.
Link: https://lore.kernel.org/r/20241221-nolibc-rv32-v1-1-d9ef6dab7c63@weissschuh.net
Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions