diff options
author | Mattias Andrée <maandree@kth.se> | 2021-04-02 16:24:55 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-04-02 16:24:55 +0200 |
commit | 63145b929b143cfc8858a220d3e1d7fc88f7031e (patch) | |
tree | ddcf0e8a0dd72e1e9abebc4a26214cae8cb88d9e /common.h | |
parent | First commit (diff) | |
download | libcontacts-63145b929b143cfc8858a220d3e1d7fc88f7031e.tar.gz libcontacts-63145b929b143cfc8858a220d3e1d7fc88f7031e.tar.bz2 libcontacts-63145b929b143cfc8858a220d3e1d7fc88f7031e.tar.xz |
Add block info
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'common.h')
-rw-r--r-- | common.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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__;\ |