mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-14 09:58:17 +00:00
FS-9185: fix format ifdefs for Solaris SPARC
Fix SWITCH_INT64_T_FMT and SWITCH_TIME_T_FMT definitions for Solaris/SPARC FS-9185 #resolve
This commit is contained in:
@@ -279,7 +279,7 @@ typedef intptr_t switch_ssize_t;
|
||||
|
||||
#endif
|
||||
|
||||
#if defined(__sun__) && defined(__x86_64)
|
||||
#if defined(__sun__) && (defined(__x86_64) || defined(__arch64__))
|
||||
#define SWITCH_TIME_T_FMT SWITCH_SIZE_T_FMT
|
||||
#else
|
||||
#define SWITCH_TIME_T_FMT SWITCH_INT64_T_FMT
|
||||
|
Reference in New Issue
Block a user