]> git.alsa-project.org Git - alsa-utils.git/commit
aplay: Use open() instead of open64()
authorArun Raghavan <arun.raghavan@collabora.co.uk>
Tue, 17 Jul 2012 10:15:34 +0000 (15:45 +0530)
committerTakashi Iwai <tiwai@suse.de>
Tue, 17 Jul 2012 13:08:03 +0000 (15:08 +0200)
commit16bc934c0b34b3bc4c57e7b2053cc5b031ef3e0b
treeade8c2dd56bb96b07410d56cc6e689734c80206f
parentae0a7d6f0a7c88f4b46586074a940fe39cc29f83
aplay: Use open() instead of open64()

AC_SYS_LARGEFILE in configure.in will automatically set up defines so
that open() will support large files if supported, and if not, this
allows us to fall back gracefully to non-LFS open().

Signed-off-by: Takashi Iwai <tiwai@suse.de>
aplay/aplay.c