mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 22:07:35 +00:00
LibC: Implement openpty(), forkpty() and login_tty()
These are used by OpenSSH.
This commit is contained in:
parent
6783f65d5a
commit
f48f26f52d
4 changed files with 161 additions and 93 deletions
|
@ -23,6 +23,7 @@ set(LIBC_SOURCES
|
|||
pthread_forward.cpp
|
||||
pthread_integration.cpp
|
||||
pthread_tls.cpp
|
||||
pty.cpp
|
||||
pwd.cpp
|
||||
qsort.cpp
|
||||
scanf.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue