diff options
Diffstat (limited to 'platform/linux.h')
| -rw-r--r-- | platform/linux.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/platform/linux.h b/platform/linux.h index 09b972d..2fd6718 100644 --- a/platform/linux.h +++ b/platform/linux.h @@ -31,6 +31,10 @@ #include "../lib/util.h" +#define ST_ATIM st_atim.tv_sec +#define ST_MTIM st_mtim.tv_sec +#define ST_CTIM st_ctim.tv_sec + struct platform { int inotify_wd; int inotify_fd; |