From 6e9f52c9a8d51cac7db3b62e799fc32072c86443 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sun, 5 Nov 2017 12:03:31 -0500 Subject: Add support for file birth/creation times on platforms that have it Fixes #19 --- expr.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'expr.h') diff --git a/expr.h b/expr.h index 0eba0da..5581bf4 100644 --- a/expr.h +++ b/expr.h @@ -82,6 +82,8 @@ enum time_field { CTIME, /** Modification time. */ MTIME, + /** Birth time. */ + BTIME, }; /** -- cgit v1.2.3