| 4290 | }; |
| 4291 | #endif |
| 4292 | int |
| 4293 | sys_getfh(struct thread *td, struct getfh_args *uap) |
| 4294 | { |
| 4295 | |
| 4296 | return (kern_getfhat(td, 0, AT_FDCWD, uap->fname, UIO_USERSPACE, |
| 4297 | uap->fhp, UIO_USERSPACE)); |
| 4298 | } |
| 4299 | |
| 4300 | /* |
| 4301 | * syscall for the rpc.lockd to use to translate an open descriptor into |
nothing calls this directly
no test coverage detected