all: fix #includes for AIX, add a few AIX "implementation" files

This commit is contained in:
Ben Huntsman 2020-05-04 19:53:21 -07:00 committed by Russ Cox
parent f84d54a033
commit 5802b09e9d
9 changed files with 25 additions and 0 deletions

View file

@ -2,7 +2,9 @@
#define NOPLAN9DEFINES
#include <libc.h>
#include <termios.h>
#ifdef HAS_SYS_TERMIOS
#include <sys/termios.h>
#endif
static int
rawx(int fd, int echoing)