summaryrefslogtreecommitdiff
path: root/tools/perf/lib/Documentation/tutorial/git@git.tavy.me:linux.git
diff options
context:
space:
mode:
authorThomas Weißschuh <linux@weissschuh.net>2026-01-17 13:10:51 +0100
committerWill Deacon <will@kernel.org>2026-01-22 11:21:09 +0000
commit2a369c4942489aeab799a7509b7cc721eecafa8a (patch)
treedc924c29ab9d273847c90e5d333623286284546b /tools/perf/lib/Documentation/tutorial/git@git.tavy.me:linux.git
parentfb36d71308a770268c771d6697f22615e5ddbd6e (diff)
kselftest/arm64: Use syscall() macro over nolibc my_syscall()
The my_syscall*() macros are internal implementation details of nolibc. Nolibc also provides the regular syscall(2), which is also a macro and directly expands to the correct my_syscall(). Use syscall() instead. As a side-effect this fixes some return value checks, as my_syscall() returns the raw value as set by the kernel and does not set errno. Signed-off-by: Thomas Weißschuh <linux@weissschuh.net> Acked-by: Mark Brown <broonie@kernel.org> Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to 'tools/perf/lib/Documentation/tutorial/git@git.tavy.me:linux.git')
0 files changed, 0 insertions, 0 deletions