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

Function oftruncate

freebsd/kern/sys_generic.c:636–641  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

634};
635#endif
636int
637oftruncate(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_

Callers

nothing calls this directly

Calls 1

kern_ftruncateFunction · 0.85

Tested by

no test coverage detected