rename mkpty.* -> _pty.*
This commit is contained in:
parent
d04f14c038
commit
ac590806bf
2 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@
|
|||
#include <asm/termbits.h> /* TIOC* constants */
|
||||
#include <sys/ioctl.h>
|
||||
|
||||
#include "mkpty.h"
|
||||
#include "_pty.h"
|
||||
|
||||
/* Allocate PTY master and slave file descriptors.
|
||||
* errno will have been set if newpty() fails.
|
||||
Loading…
Add table
Add a link
Reference in a new issue