1
0
mirror of https://github.com/simh/simh.git synced 2026-02-04 15:44:01 +00:00

AIX Platform support

This commit is contained in:
Mark Pizzolato
2013-05-23 11:33:36 -07:00
parent 6401a371ba
commit 2bfaf46781
6 changed files with 65 additions and 31 deletions

View File

@@ -1928,7 +1928,7 @@ _set_errno_from_status (GetLastError ());
return SCPE_IOERR;
}
#elif defined (__linux) || defined (__linux__) || defined (__sun) || defined (__sun__) || defined (__hpux)
#elif defined (__linux) || defined (__linux__) || defined (__sun) || defined (__sun__) || defined (__hpux) || defined (_AIX)
#include <sys/types.h>
#include <sys/stat.h>