Skip to main content

SYS_FTRUNCATE

Constant SYS_FTRUNCATE 

Source
pub const SYS_FTRUNCATE: usize = 455; // 455usize
Expand description

Truncate a file to a specified length by file descriptor.

  • fd: file descriptor
  • len: desired file length in bytes