| 634 | }; |
| 635 | #endif |
| 636 | int |
| 637 | oftruncate(struct thread *td, struct oftruncate_args *uap) |
| 638 | { |
| 639 | |
| 640 | return (kern_ftruncate(td, uap->fd, uap->length)); |
| 641 | } |
| 642 | #endif /* COMPAT_43 */ |
| 643 | |
| 644 | #ifndef _SYS_SYSPROTO_H_ |
nothing calls this directly
no test coverage detected