mirror of
https://github.com/simh/simh.git
synced 2026-02-03 07:11:22 +00:00
Added support for building on Solaris with the Sun C compiler
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
int32 sim_finit (void);
|
||||
#if defined (__linux) || defined (__linux__) || defined (__hpux) || \
|
||||
(defined (VMS) && (defined (__ALPHA) || defined (__ia64)) && (__DECC_VER >= 60590001)) || \
|
||||
(defined(__sun__) && defined(_LARGEFILE_SOURCE)) || \
|
||||
((defined(__sun) || defined(__sun__)) && defined(_LARGEFILE_SOURCE)) || \
|
||||
defined (_WIN32) || defined (__APPLE__) || defined (__FreeBSD__)
|
||||
typedef t_int64 t_offset;
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user