]> git.alsa-project.org Git - alsa-utils.git/commit
alsactl: add define to compile with glibc 2.38
authorRudi Heitbaum <rudi@heitbaum.com>
Sat, 22 Jul 2023 15:36:09 +0000 (15:36 +0000)
committerJaroslav Kysela <perex@perex.cz>
Tue, 1 Aug 2023 07:36:04 +0000 (09:36 +0200)
commitd6a71bfbde9e1710743d3a446c6ea3b41c45234e
treecd6aadd57ce080649cdc1a694586ed98a2f7c66a
parent5cdb598f59ff4bd2083da5cd77fff350aedb76b8
alsactl: add define to compile with glibc 2.38

strlcat and strlcpy have been added to glibc 2.38.
update the defines to use the glibc versions, and not conflict with
string.h.

ref:
- https://sourceware.org/git/?p=glibc.git;a=commit;h=454a20c8756c9c1d55419153255fc7692b3d2199

Fixes: https://github.com/alsa-project/alsa-utils/pull/225
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
alsactl/init_sysdeps.c