1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-02-10 10:10:21 +00:00

tidy: FindAvailablePty.

* Remove unused `Master` argument.
* Update documentation.
* Remove unused `MasterFD` variable in caller.
* Remove `slot` variable in caller and use `Master` in each case.
* Make `FindAvailablePty` a static function.
This commit is contained in:
Bruce Mitchener
2021-02-22 11:53:37 +07:00
parent 923f472a8f
commit ddb1c9f717
2 changed files with 15 additions and 15 deletions

View File

@@ -6,7 +6,6 @@ void wait_for_comm_processes(void);
char *build_socket_pathname(int desc);
void close_unix_descriptors(void);
int FindUnixPipes(void);
int FindAvailablePty(char *Master, char *Slave);
void WriteLispStringToPipe(LispPTR lispstr);
LispPTR Unix_handlecomm(LispPTR *args);
void WriteLispStringToPipe(LispPTR lispstr);