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

Function sys_unlinkat

freebsd/kern/vfs_syscalls.c:1830–1836  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1828};
1829#endif
1830int
1831sys_unlinkat(struct thread *td, struct unlinkat_args *uap)
1832{
1833
1834 return (kern_funlinkat_ex(td, uap->fd, uap->path, FD_NONE, uap->flag,
1835 UIO_USERSPACE, 0));
1836}
1837
1838#ifndef _SYS_SYSPROTO_H_
1839struct funlinkat_args {

Callers

nothing calls this directly

Calls 1

kern_funlinkat_exFunction · 0.85

Tested by

no test coverage detected