]> git.ipfire.org Git - thirdparty/util-linux.git/commit
lib/strv: use ul_ prefix for strv functions
authorKarel Zak <kzak@redhat.com>
Thu, 26 Jun 2025 11:47:00 +0000 (13:47 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 26 Jun 2025 11:49:37 +0000 (13:49 +0200)
commitf39ffccf2b9b8dcaaf2069346cc50735c2f0f95d
treea858ce55b377a85bc8adbe071f4c7091a262d2ff
parentba5c614edc4407d5dacea6ce29c0a41f39883f02
lib/strv: use ul_ prefix for strv functions

The functions are originally from systemd/udev, so it's possible that
during static linking, they may collide with other systemd-based
components.

Fixes: https://github.com/util-linux/util-linux/issues/3626
Signed-off-by: Karel Zak <kzak@redhat.com>
17 files changed:
include/strv.h
lib/env.c
lib/strv.c
libmount/src/context.c
libmount/src/context_mount.c
login-utils/su-common.c
misc-utils/logger.c
sys-utils/chmem.c
sys-utils/lscpu-riscv.c
sys-utils/mount.c
sys-utils/rtcwake.c
sys-utils/wdctl.c
sys-utils/zramctl.c
term-utils/script.c
term-utils/wall.c
text-utils/bits.c
text-utils/column.c