]> git.alsa-project.org Git - alsa-utils.git/commit
autotools: preparation to use memfd_create(2)
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Thu, 11 Mar 2021 05:21:38 +0000 (14:21 +0900)
committerJaroslav Kysela <perex@perex.cz>
Thu, 11 Mar 2021 08:28:12 +0000 (09:28 +0100)
commite9a4d32e2989d6b4446503630ac11d5b0ddd8f25
treeabffa4ff5ff020674d187c7b21007dafa7565dc7
parent6b0f1b20ae07a94efeb0d3763363b8a4f39e9078
autotools: preparation to use memfd_create(2)

This is a preparation to use memfd_create(2) system call for test programs
of axfer. The system call was introduced at Linux kernel v3.17 and
relatively new.

For safe, this commit adds detection of memfd_create() in autotools side
so that application can handle the case not to detect.

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
configure.ac