Skip to content

Conversation

@floppym
Copy link
Contributor

@floppym floppym commented Dec 9, 2025

closefrom is a library function with a fallback mechanism for when the kernel does not support the close_range syscall.

Also check for the function properly instead of assuming it is available with _GNU_SOURCE defined.

Fixes: #485

closefrom is a library function with a fallback mechanism for when the
kernel does not support the close_range syscall.

Also check for the function properly instead of assuming it is available
with _GNU_SOURCE defined.

Fixes: alsa-project#485
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
@perexg perexg closed this in a068cf0 Dec 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Build Failure Due to Undefined Reference to close_range with alsa-lib 1.2.15

1 participant