mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-13 14:40:22 +00:00
Fix amd64 build.
Submitted by: Divacky Roman <xdivac02 stud fit vutbr cz>
This commit is contained in:
parent
17870c0627
commit
59038483f5
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=165718
@ -475,8 +475,8 @@ linux_rt_sigtimedwait(struct thread *td,
|
||||
timevalclear(&tv);
|
||||
#ifdef DEBUG
|
||||
if (ldebug(rt_sigtimedwait))
|
||||
printf(LMSG("linux_rt_sigtimedwait: converted timeout (%d/%ld)\n"),
|
||||
tv.tv_sec, tv.tv_usec);
|
||||
printf(LMSG("linux_rt_sigtimedwait: converted timeout (%jd/%ld)\n"),
|
||||
(intmax_t)tv.tv_sec, tv.tv_usec);
|
||||
#endif
|
||||
}
|
||||
TIMEVAL_TO_TIMESPEC(&tv, &ts);
|
||||
|
Loading…
Reference in New Issue
Block a user