]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Suppress unimplemented fcntl command warning with -q
authorMark Wielaard <mark@klomp.org>
Wed, 9 Jul 2025 16:27:17 +0000 (18:27 +0200)
committerMark Wielaard <mark@klomp.org>
Thu, 10 Jul 2025 12:21:11 +0000 (14:21 +0200)
commitaec4871f7c9deed31f5d5606e4f9d07b43a448ec
treedf55f4f4bd3af27f05401fa4c6ac1c27759347b7
parent1f39c9582bc6ca4470b202c6b61d477ec3abfce7
Suppress unimplemented fcntl command warning with -q

LTP tests fcntl13 and fcntl13_64 fail because even with -q valgrind
emits warnings about unknown (999) fcntl commands. Don't emit that
message with -q, just fail with EINVAL.
coregrind/m_syswrap/syswrap-linux.c