aboutsummaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'common.h')
-rw-r--r--common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common.h b/common.h
index bf886cd..aa6a1b3 100644
--- a/common.h
+++ b/common.h
@@ -12,6 +12,9 @@
#include <unistd.h>
+#define TIME_MAX ((time_t)((1ULL << (8 * sizeof(time_t) - 1)) - 1ULL))
+
+
#define DESTROY_ALL(LIST, FUNC)\
do {\
void *destroy_all_temp__;\