Skip to content
Snippets Groups Projects
Commit b2ddedcd authored by Al Viro's avatar Al Viro
Browse files

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: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent a566c288
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment