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

Function sys_ftruncate

freebsd/kern/sys_generic.c:622–627  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

620};
621#endif
622int
623sys_ftruncate(struct thread *td, struct ftruncate_args *uap)
624{
625
626 return (kern_ftruncate(td, uap->fd, uap->length));
627}
628
629#if defined(COMPAT_43)
630#ifndef _SYS_SYSPROTO_H_

Callers

nothing calls this directly

Calls 1

kern_ftruncateFunction · 0.85

Tested by

no test coverage detected