aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/llvm/System/Path.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/System/Path.h b/include/llvm/System/Path.h
index 578bb3cca0..8d2f39107d 100644
--- a/include/llvm/System/Path.h
+++ b/include/llvm/System/Path.h
@@ -52,7 +52,7 @@ namespace sys {
uint32_t getMode() const { return mode; }
uint32_t getUser() const { return user; }
uint32_t getGroup() const { return group; }
- uint32_t getUniqueID() const { return uniqueID; }
+ uint64_t getUniqueID() const { return uniqueID; }
};
/// This class provides an abstraction for the path to a file or directory