diff options
Diffstat (limited to 'support/support.h')
-rw-r--r-- | support/support.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/support.h b/support/support.h index b0352726bf..e023d00857 100644 --- a/support/support.h +++ b/support/support.h @@ -142,7 +142,7 @@ static __inline bool support_path_support_time64 (const char *path) } /* Return true if stat supports nanoseconds resolution. */ -extern bool support_stat_nanoseconds (void); +extern bool support_stat_nanoseconds (const char *path); __END_DECLS |