core.sys.linux.unistd
Functions 4
fn
char * getpass(const(char) * prompt) extern(C) nothrow @nogcPrompt for a password without echoing it.fn
void closefrom(int lowfd) extern(C) nothrow @nogcClose all open file descriptors greater or equal to `lowfd`fn
c_long syscall(c_long sysno, ...) extern(C) nothrow @nogcInvoke system call number `sysno`, passing it the remaining arguments.