Added a kind-of-working openpty()

This commit is contained in:
Mark
2020-01-03 22:13:38 +02:00
parent ce81c6fa9e
commit dd8564a134
9 changed files with 238 additions and 4 deletions
+2
View File
@@ -18,4 +18,6 @@
#define SYSCALL_NR_EXIT 60
#define SYSCALL_NR_KILL 62
#define SYSCALL_NR_GETTIMEOFDAY 96
#define SYSCALL_NRX_OPENPTY 118
#define SYSCALL_NRX_SIGRET 119