git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a566c28
)
x32: fix sigtimedwait
author
Al Viro
<viro@zeniv.linux.org.uk>
Mon, 24 Dec 2012 17:31:00 +0000
(12:31 -0500)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Wed, 26 Dec 2012 06:15:03 +0000
(
01:15
-0500)
It needs 64bit timespec. As it is, we end up truncating the timeout
to whole seconds; usually it doesn't matter, but for having all
sub-second timeouts truncated to one jiffy is visibly wrong.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
No differences found