All of lore.kernel.org
 help / color / mirror / Atom feed
* aplay,axfer: Replace off64_t with off_t
       [not found] <1671142344513089895-webhooks-bot@alsa-project.org>
@ 2022-12-15 22:12 ` GitHub pull_request - opened
  0 siblings, 0 replies; only message in thread
From: GitHub pull_request - opened @ 2022-12-15 22:12 UTC (permalink / raw)
  To: alsa-devel

alsa-project/alsa-utils pull request #183 was opened from kraj:

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.

Signed-off-by: Khem Raj <raj.khem@gmail.com>

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-12-15 22:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1671142344513089895-webhooks-bot@alsa-project.org>
2022-12-15 22:12 ` aplay,axfer: Replace off64_t with off_t GitHub pull_request - opened

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.