dev-debug/valgrind: add FreeBSD function to false positive configure implicit decls

aio_readv() is not a linux function and should be safely ignored. Patch to add
vectored async io functions to linux was not accepted back in 2004

Closes: https://bugs.gentoo.org/932822
Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com>
Closes: https://github.com/gentoo/gentoo/pull/40314
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
NHOrus
2025-01-26 16:48:20 +04:00
committed by Sam James
parent 33d92fe7e0
commit dc6caa0548
3 changed files with 8 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -69,6 +69,8 @@ QA_CONFIG_IMPL_DECL_SKIP+=(
# errors and reports both "function definition is not allowed here" and
# -Wimplicit-function-declaration. bug #900396
foo
# FreeBSD function, bug #932822
aio_readv
)
src_unpack() {

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -69,6 +69,8 @@ QA_CONFIG_IMPL_DECL_SKIP+=(
# errors and reports both "function definition is not allowed here" and
# -Wimplicit-function-declaration. bug #900396
foo
# FreeBSD function, bug #932822
aio_readv
)
src_unpack() {

View File

@@ -71,6 +71,8 @@ QA_CONFIG_IMPL_DECL_SKIP+=(
# errors and reports both "function definition is not allowed here" and
# -Wimplicit-function-declaration. bug #900396
foo
# FreeBSD function, bug #932822
aio_readv
)
src_unpack() {