mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-02 14:48:15 +00:00
LibC: Stub out getpass()
This commit is contained in:
@@ -701,4 +701,10 @@ int unveil(const char* path, const char* permissions)
|
||||
int rc = syscall(SC_unveil, ¶ms);
|
||||
__RETURN_WITH_ERRNO(rc, rc, -1);
|
||||
}
|
||||
|
||||
char* getpass(const char* prompt)
|
||||
{
|
||||
dbg() << "FIXME: getpass(\"" << prompt << "\")";
|
||||
ASSERT_NOT_REACHED();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user