]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Use statx rather than other stat system calls
authorPetar Jovanovic <mips32r2@gmail.com>
Fri, 16 Aug 2019 15:57:50 +0000 (15:57 +0000)
committerPetar Jovanovic <mips32r2@gmail.com>
Fri, 16 Aug 2019 15:59:29 +0000 (15:59 +0000)
commitc6a6cf929f3e2a9bf5d7f09f334ed4d67f2d6e18
tree064bba023bfd4489ecd59e28f1d1d11d4deb667c
parent597c8875df3c49655886ba1d4f4c026488f08c92
Use statx rather than other stat system calls

*STAT* system calls other than statx are becoming deprecated.
Coregrind should use statx as the first candidate in order to achieve
"stat" functionality.

There are also systems that do not even support older "stats".

This fixes KDE #400593.

Patch by Aleksandar Rikalo.
coregrind/m_aspacemgr/aspacemgr-common.c
coregrind/m_libcfile.c
include/pub_tool_libcbase.h
include/vki/vki-linux.h