[alsa-devel] [PATCH] axfer: allow to be compiled with glibc-2.11 or former

GitHub pull_request - opened github at alsa-project.org
Sun Jan 27 09:59:38 CET 2019


alsa-project/alsa-utils pull request #11 was opened from takaswie:

The program, axfer, was developed in userspace with glibc-2.28. This
userspace is mostly compliant to POSIX:2008 and some additional macros
for poll event are officially available. The glibc supports them as a
default since its v2.12 release. It will be failed to be compiled with
old glibc or the other libraries for C standard APIs.

One of the purpose of axfer is an better alternative of aplay. In a
point of the purpose, it's preferable to be compiled with the old
libraries.

This commit adds conditional macros to be compiled with libraries for
old compliance level of POSIX. This fixes #9 .

Request URL   : https://github.com/alsa-project/alsa-utils/pull/11
Patch URL     : https://github.com/alsa-project/alsa-utils/pull/11.patch
Repository URL: https://github.com/alsa-project/alsa-utils


More information about the Alsa-devel mailing list