diff options
-rw-r--r-- | sys/sys/time.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/time.h b/sys/sys/time.h index 9d3dead..1f0a530 100644 --- a/sys/sys/time.h +++ b/sys/sys/time.h @@ -129,7 +129,7 @@ bintime_shift(struct bintime *_bt, int _exp) #define SBT_1MS (SBT_1S / 1000) #define SBT_1US (SBT_1S / 1000000) #define SBT_1NS (SBT_1S / 1000000000) -#define SBT_MAX INT64_MAX +#define SBT_MAX 0x7fffffffffffffffLL static __inline int sbintime_getsec(sbintime_t _sbt) |