signal.c: remove excess semicolon after the end of the function

* signal.c (rt_sigtimedwait): Remove semicolon after the function body.
This commit is contained in:
Eugene Syromyatnikov 2018-01-22 13:31:25 +01:00 committed by Dmitry V. Levin
parent 0327446ae5
commit c179cc5184

View File

@ -679,7 +679,7 @@ SYS_FUNC(rt_sigtimedwait)
}
}
return 0;
};
}
SYS_FUNC(restart_syscall)
{