Update NOTES, hack on 9term a little.
This commit is contained in:
parent
3765283ccf
commit
21a17ff3e9
5 changed files with 32 additions and 15 deletions
|
|
@ -1 +1,17 @@
|
|||
#include "Linux.c"
|
||||
#include "9term.h"
|
||||
|
||||
int
|
||||
getchildwd(int pid, char *wdir, int bufn)
|
||||
{
|
||||
USED(pid);
|
||||
USED(wdir);
|
||||
USED(bufn);
|
||||
return -1;
|
||||
}
|
||||
|
||||
int
|
||||
getpts(int fd[], char *slave)
|
||||
{
|
||||
openpty(&fd[1], &fd[0], slave, 0, 0);
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue