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

2
src/cmd/9term/AIX.c Normal file
View file

@ -0,0 +1,2 @@
#define TIOCSCTTY 0x540E
#include "bsdpty.c"