core.sys.linux.unistd

Functions 4

fnchar * getpass(const(char) * prompt)Prompt for a password without echoing it.
fnvoid exit_group(int status)
fnvoid closefrom(int lowfd)Close all open file descriptors greater or equal to `lowfd`
fnc_long syscall(c_long sysno, ...)Invoke system call number `sysno`, passing it the remaining arguments.