fix missing return value warning in faccessat, minor cleanup
clone will pass the return value of the start function to SYS_exit anyway; there's no need to call the syscall directly.
Showing
想要评论请 注册 或 登录
clone will pass the return value of the start function to SYS_exit anyway; there's no need to call the syscall directly.