1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2026-01-14 14:33:18 +00:00

1. Added pty and tcsetsize to child_process

2. Added ILibProcessPipe_Process_GetPTY to ILibProcessPipe
This commit is contained in:
Bryan Roe
2020-01-27 17:08:45 -08:00
parent a5e30ab2c6
commit 3c7d5effb2
3 changed files with 36 additions and 2 deletions

View File

@@ -97,6 +97,7 @@ ILibProcessPipe_Pipe ILibProcessPipe_Process_GetStdOut(ILibProcessPipe_Process p
DWORD ILibProcessPipe_Process_GetPID(ILibProcessPipe_Process p);
#else
pid_t ILibProcessPipe_Process_GetPID(ILibProcessPipe_Process p);
int ILibProcessPipe_Process_GetPTY(ILibProcessPipe_Process p);
#endif