mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
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:
@@ -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() {
|
||||
|
||||
@@ -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() {
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user