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

Function sys_symlink

freebsd/kern/vfs_syscalls.c:1652–1658  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1650};
1651#endif
1652int
1653sys_symlink(struct thread *td, struct symlink_args *uap)
1654{
1655
1656 return (kern_symlinkat(td, uap->path, AT_FDCWD, uap->link,
1657 UIO_USERSPACE));
1658}
1659
1660#ifndef _SYS_SYSPROTO_H_
1661struct symlinkat_args {

Callers

nothing calls this directly

Calls 1

kern_symlinkatFunction · 0.85

Tested by

no test coverage detected