]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Linux regtest: broaden none/tests/linux/bug498317.supp
authorPaul Floyd <pjfloyd@wanadoo.fr>
Sat, 8 Feb 2025 09:35:38 +0000 (10:35 +0100)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Sat, 8 Feb 2025 09:35:38 +0000 (10:35 +0100)
fcntl function name is versioned on Raspberry Pi OS
(fcntl@@GLIBC_2.28) so use a wildcard in the suppression.

none/tests/linux/bug498317.supp

index f345f3771f4a026643f664ac127e4944135c3b38..4e204304f04e7b2e5c2c01c690d6deb2fb97f521 100644 (file)
@@ -2,7 +2,7 @@
    test suppression of FdBadUse
    CoreError:FdBadUse
    ...
-   fun:fcntl
+   fun:fcntl*
    fun:main
 }