]> git.alsa-project.org Git - alsa-lib.git/commit
Fix the build with old glibc
authorTakashi Iwai <tiwai@suse.de>
Fri, 7 Mar 2008 13:35:25 +0000 (14:35 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 7 Mar 2008 13:35:25 +0000 (14:35 +0100)
commit91726ddf83b27d21788d0ba044b628a79a3872ea
tree10ec1deef944088079f3c1e14394aa25d545c911
parent12944a024f5923f19c14f1966851f1ad9cffaf1c
Fix the build with old glibc

The old systems don't support CLOCK_MONOTONIC although clock_gettime() API
itself exists.  This causes compile errors.
src/pcm/pcm_file.c
src/pcm/pcm_hw.c
src/pcm/pcm_local.h