mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
rtclock: fix type of PA_TIMEVAL_RTCLOCK
This commit is contained in:
parent
9217b47b19
commit
882cdfc123
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ void pa_rtclock_hrtimer_enable(void);
|
|||
#define PA_HRTIMER_THRESHOLD_USEC 10
|
||||
|
||||
/* bit to set in tv.tv_usec to mark that the timeval is in monotonic time */
|
||||
#define PA_TIMEVAL_RTCLOCK (1 << 30)
|
||||
#define PA_TIMEVAL_RTCLOCK ((time_t) (1LU << 30))
|
||||
|
||||
struct timeval* pa_rtclock_from_wallclock(struct timeval *tv);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue