MCPcopy Create free account
hub / github.com/F-Stack/f-stack / sys_chmod

Function sys_chmod

freebsd/kern/vfs_syscalls.c:2823–2829  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2821};
2822#endif
2823int
2824sys_chmod(struct thread *td, struct chmod_args *uap)
2825{
2826
2827 return (kern_fchmodat(td, AT_FDCWD, uap->path, UIO_USERSPACE,
2828 uap->mode, 0));
2829}
2830
2831#ifndef _SYS_SYSPROTO_H_
2832struct fchmodat_args {

Callers

nothing calls this directly

Calls 1

kern_fchmodatFunction · 0.85

Tested by

no test coverage detected