]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Linux arm64 and riscv64: for build for VG_(lstat)
authorPaul Floyd <pjfloyd@wanadoo.fr>
Sat, 19 Jul 2025 20:13:15 +0000 (22:13 +0200)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Sat, 19 Jul 2025 20:16:07 +0000 (22:16 +0200)
commit3c78edc2da61abfdbb494ec0437ca7ecafc3f278
treec459f5dde54761fec9a409eec9f830fe9ddd51e1
parent088ac305a2f27b4d8d5822bace59742719cc84d5
Linux arm64 and riscv64: for build for VG_(lstat)

These 'new' architectures don't have 'old' syscalls like __NR_lstat
so use __NR_newfstatat instead.

Also modify the oen_client testcase so that it checks for the 'old' open
syscall.
coregrind/m_libcfile.c
none/tests/linux/open_client.cpp