diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/bindfs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bindfs.c b/src/bindfs.c index 67722a3..e94402d 100644 --- a/src/bindfs.c +++ b/src/bindfs.c @@ -254,6 +254,7 @@ static int getattr_common(const char *procpath, struct stat *stbuf) if the user asked for that */ if (settings.ctime_from_mtime) { #ifdef HAVE_STAT_NANOSEC + // TODO: does this work on OS X? stbuf->st_ctim = stbuf->st_mtim; #else stbuf->st_ctime = stbuf->st_mtime; |