More random compat hacking towards getting bash to build.

I'm now at the build stage where it complains about a bajillion missing
symbols. This is a good place to be!
This commit is contained in:
Andreas Kling 2018-11-05 18:16:00 +01:00
commit 82f84bab11
Notes: sideshowbarker 2024-07-19 18:33:23 +09:00
15 changed files with 306 additions and 8 deletions

10
LibC/termcap.cpp Normal file
View file

@ -0,0 +1,10 @@
#include <termcap.h>
extern "C" {
char PC;
char* UP;
char* BC;
}