| 4276 | }; |
| 4277 | #endif |
| 4278 | int |
| 4279 | sys_lgetfh(struct thread *td, struct lgetfh_args *uap) |
| 4280 | { |
| 4281 | |
| 4282 | return (kern_getfhat(td, AT_SYMLINK_NOFOLLOW, AT_FDCWD, uap->fname, |
| 4283 | UIO_USERSPACE, uap->fhp, UIO_USERSPACE)); |
| 4284 | } |
| 4285 | |
| 4286 | #ifndef _SYS_SYSPROTO_H_ |
| 4287 | struct getfh_args { |
nothing calls this directly
no test coverage detected