mirror of
https://github.com/open-simh/simh.git
synced 2026-01-25 11:55:43 +00:00
Added support for building on Solaris with the Sun C compiler
This commit is contained in:
@@ -1871,7 +1871,7 @@ _set_errno_from_status (GetLastError ());
|
||||
return SCPE_IOERR;
|
||||
}
|
||||
|
||||
#elif defined (__linux) || defined (__linux__) || defined (__sun__) || defined (__hpux)
|
||||
#elif defined (__linux) || defined (__linux__) || defined (__sun) || defined (__sun__) || defined (__hpux)
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
Reference in New Issue
Block a user