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:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user