| 3451 | } |
| 3452 | |
| 3453 | int |
| 3454 | freebsd6_ftruncate(struct thread *td, struct freebsd6_ftruncate_args *uap) |
| 3455 | { |
| 3456 | |
| 3457 | return (kern_ftruncate(td, uap->fd, uap->length)); |
| 3458 | } |
| 3459 | #endif |
| 3460 | |
| 3461 | int |
nothing calls this directly
no test coverage detected