mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-27 23:08:31 +00:00
Introduce forkpty()
This commit is contained in:
parent
fa20edc44d
commit
43de12db55
4 changed files with 103 additions and 1 deletions
|
@ -147,6 +147,7 @@ libc/isystem/pmmintrin.h \
|
|||
libc/isystem/poll.h \
|
||||
libc/isystem/popcntintrin.h \
|
||||
libc/isystem/pthread.h \
|
||||
libc/isystem/pty.h \
|
||||
libc/isystem/pwd.h \
|
||||
libc/isystem/queue \
|
||||
libc/isystem/random \
|
||||
|
|
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