Kind of get bash to compile

Doesn't link yet due to "multiple definitions of malloc", because some are supplied by some library of bash itself. Really odd.
This commit is contained in:
jD91mZM2
2018-08-02 14:29:49 +02:00
parent 9c57c222f6
commit 44599a032e
14 changed files with 267 additions and 14 deletions
+1
View File
@@ -10,5 +10,6 @@
#define st_atime st_atim.tv_sec
#define st_mtime st_mtim.tv_sec
#define st_ctime st_ctim.tv_sec
#endif