]> sourceware.org Git - valgrind.git/commit
unhandled ppc64le-linux syscall: 252 (statfs64) and 253 (fstatfs64)
authorMark Wielaard <mark@klomp.org>
Fri, 6 Aug 2021 17:08:17 +0000 (19:08 +0200)
committerMark Wielaard <mark@klomp.org>
Fri, 6 Aug 2021 17:08:17 +0000 (19:08 +0200)
commit44da99781e5bb954a0cd3c897b859012a125fec6
tree9b42c93b9f8844f566f538027d52c1f0d92a0665
parent52ed51fc35f8a6148c2940eb46932b02dd3b9b23
unhandled ppc64le-linux syscall: 252 (statfs64) and 253 (fstatfs64)

glibc 2.34 consolidated all statfs implementations. All other arches
that have statfs64/fstat64 (including ppc32) already had that syscall
hooked up, it was just ppc64 that was missing it.

https://bugs.kde.org/show_bug.cgi?id=440670
NEWS
coregrind/m_syswrap/syswrap-ppc64-linux.c
This page took 0.031827 seconds and 5 git commands to generate.