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

Function sys_lchmod

freebsd/kern/vfs_syscalls.c:2859–2865  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2857};
2858#endif
2859int
2860sys_lchmod(struct thread *td, struct lchmod_args *uap)
2861{
2862
2863 return (kern_fchmodat(td, AT_FDCWD, uap->path, UIO_USERSPACE,
2864 uap->mode, AT_SYMLINK_NOFOLLOW));
2865}
2866
2867int
2868kern_fchmodat(struct thread *td, int fd, const char *path,

Callers

nothing calls this directly

Calls 1

kern_fchmodatFunction · 0.85

Tested by

no test coverage detected