From 047718235df457cae482eb0f92b06697964f37a6 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 1 Mar 2026 09:18:26 +0200 Subject: dfm: add initial macOS support. Thanks to Pinix for the report and necessary changes. --- platform/linux.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'platform/linux.h') 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; -- cgit v1.2.3