diff options
Diffstat (limited to 'gold/fileread.h')
-rw-r--r-- | gold/fileread.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gold/fileread.h b/gold/fileread.h index d2ac927..02c7a64 100644 --- a/gold/fileread.h +++ b/gold/fileread.h @@ -52,6 +52,12 @@ struct Timespec int nanoseconds; }; +// Get the last modified time of an unopened file. Returns false if the +// file does not exist. + +bool +get_mtime(const char* filename, Timespec* mtime); + class Position_dependent_options; class Input_file_argument; class Dirsearch; |