mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-30 16:28:30 +00:00
Introduce forkpty()
This commit is contained in:
parent
fa20edc44d
commit
43de12db55
4 changed files with 103 additions and 1 deletions
7
libc/isystem/pty.h
Normal file
7
libc/isystem/pty.h
Normal file
|
@ -0,0 +1,7 @@
|
|||
#ifndef _PTY_H
|
||||
#define _PTY_H
|
||||
#include "libc/calls/termios.h"
|
||||
#include "libc/calls/weirdtypes.h"
|
||||
#include "libc/sysv/consts/baud.internal.h"
|
||||
#include "libc/sysv/consts/termios.h"
|
||||
#endif /* _PTY_H */
|
Loading…
Add table
Add a link
Reference in a new issue