alsa-utils/axfer/test
Khem Raj 4e3843d0ed aplay,axfer: Replace off64_t with off_t
Also replace lseek64 with lseek.

_FILE_OFFSET_BITS=64 is passed to needed platforms since configure uses
AC_SYS_LARGEFILE macro. Therefore off_t is already 64-bit and lseek is
same as lseek64.

Additionally this fixes buils with latest musl where these lfs64
functions are moved out from _GNU_SOURCE and under _LARGEFILE64_SOURCE
macro alone. This makes the builds fail on 32-bit platforms even though
default off_t on musl is 64-bit always.

Fixes: https://github.com/alsa-project/alsa-utils/pull/183
Reviewed-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
2023-01-23 19:04:07 +01:00
..
container-test.c aplay,axfer: Replace off64_t with off_t 2023-01-23 19:04:07 +01:00
generator.c axfer: test: fix invalid comparison of 64 bit storage in ILP32 data type 2019-07-31 15:58:46 +02:00
generator.h axfer: add unit test for container interface 2018-11-13 12:04:25 +01:00
Makefile.am axfer: add missing header file of unit test to distribution 2019-01-29 16:48:00 +01:00
mapper-test.c aplay,axfer: Replace off64_t with off_t 2023-01-23 19:04:07 +01:00