Do not check the return value of closedir
The only possible error is EBADFD. Since we only use the directory stream returned by opendir, this should never happen.
Showing
想要评论请 注册 或 登录
The only possible error is EBADFD. Since we only use the directory stream returned by opendir, this should never happen.