Apply some touchups
This commit is contained in:
@@ -44,6 +44,5 @@
|
||||
* @see fchmod()
|
||||
*/
|
||||
int chmod(const char *pathname, uint32_t mode) {
|
||||
if (!pathname) return efault();
|
||||
return sys_fchmodat(AT_FDCWD, pathname, mode, 0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user