Fix amd64 build.
Submitted by: Divacky Roman <xdivac02 stud fit vutbr cz>
This commit is contained in:
parent
c394e563bc
commit
fb54bd8574
@ -475,8 +475,8 @@ linux_rt_sigtimedwait(struct thread *td,
|
|||||||
timevalclear(&tv);
|
timevalclear(&tv);
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
if (ldebug(rt_sigtimedwait))
|
if (ldebug(rt_sigtimedwait))
|
||||||
printf(LMSG("linux_rt_sigtimedwait: converted timeout (%d/%ld)\n"),
|
printf(LMSG("linux_rt_sigtimedwait: converted timeout (%jd/%ld)\n"),
|
||||||
tv.tv_sec, tv.tv_usec);
|
(intmax_t)tv.tv_sec, tv.tv_usec);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
TIMEVAL_TO_TIMESPEC(&tv, &ts);
|
TIMEVAL_TO_TIMESPEC(&tv, &ts);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user