]> git.alsa-project.org Git - alsa-lib.git/commit
test: BSD-like fixes
authorSASANO Takayoshi <uaa@uaa.org.uk>
Thu, 2 Feb 2023 07:00:45 +0000 (16:00 +0900)
committerJaroslav Kysela <perex@perex.cz>
Fri, 3 Feb 2023 12:22:04 +0000 (13:22 +0100)
commit44705e3a2050162c4f434d712d22bfe3f7fb5021
treec4617bb21e1d894449277b499159d829b913a47b
parent3b4cdbdf19c70255d2d4c31b5a7d5ae2548eb9ef
test: BSD-like fixes

- rename devname -> pcmdev, it conflicts *BSD <stdlib.h> function
- replace <values.h> -> <limits.h> and fix K&R style related warning
- use config.h to determine include <malloc.h>
- add OpenBSD support and fix printf() warning
- fix warning

Fixes: https://github.com/alsa-project/alsa-lib/pull/298
Signed-off-by: SASANO Takayoshi <uaa@uaa.org.uk>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
test/audio_time.c
test/latency.c
test/midifile.c
test/namehint.c
test/pcm-multi-thread.c
test/queue_timer.c