alsa-lib/src/ucm
Mike Gilbert a068cf08ad
Some checks are pending
Build alsa-lib / fedora_latest_build (push) Waiting to run
Build alsa-lib / ubuntu_last_build (push) Waiting to run
ucm: use closefrom instead of close_range
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.

Closes: https://github.com/alsa-project/alsa-lib/pull/486
Fixes: https://github.com/alsa-project/alsa-lib/issues/485
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
2025-12-09 09:57:11 +01:00
..
main.c ucm: add ValueGlobals section to the top configuration file 2025-12-04 12:11:41 +01:00
Makefile.am ucm: add initial doxygen documenation 2021-12-01 10:33:44 +01:00
parser.c ucm: add ValueGlobals section to the top configuration file 2025-12-04 12:11:41 +01:00
ucm_cond.c ucm: add Prepend and Append block handling for If conditions (syntax 8+) 2025-11-17 18:01:14 +01:00
ucm_confdoc.h ucm: add ValueGlobals section to the top configuration file 2025-12-04 12:11:41 +01:00
ucm_exec.c ucm: use closefrom instead of close_range 2025-12-09 09:57:11 +01:00
ucm_include.c ucm: Include directive - add optional behaviour 2025-12-04 12:11:41 +01:00
ucm_local.h ucm: add ValueGlobals section to the top configuration file 2025-12-04 12:11:41 +01:00
ucm_regex.c ucm: fix the DefineRegex issue where multiple variables were set to empty string 2025-12-04 12:11:41 +01:00
ucm_subs.c coverity.com fixes - initial round 2025-11-12 15:36:29 +01:00
utils.c ucm: add ValueGlobals section to the top configuration file 2025-12-04 12:11:41 +01:00