]> git.baikalelectronics.ru Git - kernel.git/commit
checksyscalls: Unconditionally ignore fstat{,at}64
authorPalmer Dabbelt <palmerdabbelt@google.com>
Sat, 2 Oct 2021 23:57:13 +0000 (16:57 -0700)
committerPalmer Dabbelt <palmerdabbelt@google.com>
Fri, 8 Oct 2021 00:16:28 +0000 (17:16 -0700)
commite6b96e3ab54d77f523ed53bfcd35da5e6140e8ed
treeacba2add0874d4415612c4e5716a6275683f3f11
parent7974ee3fa14115e1237bbf11d05ddc6c8d9f26c1
checksyscalls: Unconditionally ignore fstat{,at}64

These can be replaced by statx().  Since rv32 has a 64-bit time_t we
just never ended up with them in the first place.  This is now an error
due to -Werror.

Suggested-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>
scripts/checksyscalls.sh