diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2017-11-05 12:03:31 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2017-11-05 12:04:17 -0500 |
commit | 6e9f52c9a8d51cac7db3b62e799fc32072c86443 (patch) | |
tree | 2cf2e0acb149421e710ea6b285fdbe7b69d516ba /expr.h | |
parent | 7f8bacca4c2b1d35bb65ddf8cbf70fadf1adf66e (diff) | |
download | bfs-6e9f52c9a8d51cac7db3b62e799fc32072c86443.tar.xz |
Add support for file birth/creation times on platforms that have it
Fixes #19
Diffstat (limited to 'expr.h')
-rw-r--r-- | expr.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -82,6 +82,8 @@ enum time_field { CTIME, /** Modification time. */ MTIME, + /** Birth time. */ + BTIME, }; /** |