mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
perl -p -i -e 's/pa_rtclock_usec/pa_rtclock_now/g' find . -name '*.[ch]'
This commit is contained in:
parent
6ad3855639
commit
5dcdd5e358
18 changed files with 66 additions and 66 deletions
|
|
@ -122,7 +122,7 @@ void pa_rtclock_hrtimer_enable(void) {
|
|||
#endif
|
||||
}
|
||||
|
||||
pa_usec_t pa_rtclock_usec(void) {
|
||||
pa_usec_t pa_rtclock_now(void) {
|
||||
struct timeval tv;
|
||||
|
||||
return pa_timeval_load(pa_rtclock_get(&tv));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue