From: Al Viro Date: Mon, 24 Dec 2012 17:31:00 +0000 (-0500) Subject: x32: fix sigtimedwait X-Git-Tag: v3.8-rc5~35^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2ddedcd21f44a5873ee3d6ff6118a2318e01e18;p=pandora-kernel.git x32: fix sigtimedwait 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 --- Reading git-diff-tree failed