diff options
Diffstat (limited to 'lld/ELF/Filesystem.h')
-rw-r--r-- | lld/ELF/Filesystem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/ELF/Filesystem.h b/lld/ELF/Filesystem.h index 7e97cbe634f..a33dc3651a4 100644 --- a/lld/ELF/Filesystem.h +++ b/lld/ELF/Filesystem.h @@ -15,7 +15,7 @@ namespace lld { namespace elf { void unlinkAsync(StringRef Path); -bool isFileWritable(StringRef Path); +bool isFileWritable(StringRef Path, StringRef FileDescription); } } |