Skip to content
  • Al Viro's avatar
    x32: fix sigtimedwait · b2ddedcd
    Al Viro authored
    
    
    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>
    b2ddedcd