MCPcopy Create free account
hub / github.com/F-Stack/f-stack / freebsd6_ftruncate

Function freebsd6_ftruncate

freebsd/kern/vfs_syscalls.c:3453–3458  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3451}
3452
3453int
3454freebsd6_ftruncate(struct thread *td, struct freebsd6_ftruncate_args *uap)
3455{
3456
3457 return (kern_ftruncate(td, uap->fd, uap->length));
3458}
3459#endif
3460
3461int

Callers

nothing calls this directly

Calls 1

kern_ftruncateFunction · 0.85

Tested by

no test coverage detected