rename mkpty.* -> _pty.*

This commit is contained in:
Emile Clark-Boman 2025-09-09 21:05:42 +10:00
parent d04f14c038
commit ac590806bf
2 changed files with 1 additions and 1 deletions

View file

@ -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.