Showing with 3 additions and 0 deletions.
  1. +3 −0 src/core/sys/linux/unistd.d
3 changes: 3 additions & 0 deletions src/core/sys/linux/unistd.d
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ enum {
/// Offset is relative to the next hole (or EOF if file is not sparse)
SEEK_HOLE = 4
}

/// Prompt for a password without echoing it.
char* getpass(const(char)* prompt);