time: Prevent early expiry of hrtimers[CLOCK_REALTIME] at the leap second edge
[deliverable/linux.git] / include / linux / time64.h
index 12d4e82b02765efa27b5ecf20779a1bd6f7d4f2c..77b5df2acd2adde021954ae8275b9f39d19c7c0f 100644 (file)
@@ -29,6 +29,7 @@ struct timespec64 {
 #define FSEC_PER_SEC   1000000000000000LL
 
 /* Located here for timespec[64]_valid_strict */
+#define TIME64_MAX                     ((s64)~((u64)1 << 63))
 #define KTIME_MAX                      ((s64)~((u64)1 << 63))
 #define KTIME_SEC_MAX                  (KTIME_MAX / NSEC_PER_SEC)
 
This page took 0.024428 seconds and 5 git commands to generate.