]> 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)
committerJaroslav Kysela <perex@perex.cz>
Wed, 12 Sep 2012 13:57:25 +0000 (15:57 +0200)
commit27d7ece434f8c053957426af6bffb4dbc4786c70
treee2584b3baef0a64e2ecf0f5f3ffbcc6bec980bc9
parentd79ca8f269bd3565e8c9374d0ddaf034ef7e52a2
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