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

Function sys_link

freebsd/kern/vfs_syscalls.c:1478–1484  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1476};
1477#endif
1478int
1479sys_link(struct thread *td, struct link_args *uap)
1480{
1481
1482 return (kern_linkat(td, AT_FDCWD, AT_FDCWD, uap->path, uap->link,
1483 UIO_USERSPACE, FOLLOW));
1484}
1485
1486#ifndef _SYS_SYSPROTO_H_
1487struct linkat_args {

Callers

nothing calls this directly

Calls 1

kern_linkatFunction · 0.85

Tested by

no test coverage detected