pub fn sys_fcntl(fd: c_int, cmd: c_int, arg: usize) -> c_int
fd
Manipulate file descriptor.
TODO: SET/GET command is ignored, hard-code stdin/stdout
SET/GET