| 4376 | }; |
| 4377 | #endif |
| 4378 | int |
| 4379 | sys_fhlinkat(struct thread *td, struct fhlinkat_args *uap) |
| 4380 | { |
| 4381 | |
| 4382 | return (kern_fhlinkat(td, uap->tofd, uap->to, UIO_USERSPACE, uap->fhp)); |
| 4383 | } |
| 4384 | |
| 4385 | static int |
| 4386 | kern_fhlinkat(struct thread *td, int fd, const char *path, |
nothing calls this directly
no test coverage detected