| 4362 | }; |
| 4363 | #endif |
| 4364 | int |
| 4365 | sys_fhlink(struct thread *td, struct fhlink_args *uap) |
| 4366 | { |
| 4367 | |
| 4368 | return (kern_fhlinkat(td, AT_FDCWD, uap->to, UIO_USERSPACE, uap->fhp)); |
| 4369 | } |
| 4370 | |
| 4371 | #ifndef _SYS_SYSPROTO_H_ |
| 4372 | struct fhlinkat_args { |
nothing calls this directly
no test coverage detected