aboutsummaryrefslogtreecommitdiff
path: root/src/armnnUtils/Filesystem.hpp
diff options
context:
space:
mode:
authorDavid Monahan <david.monahan@arm.com>2020-01-24 09:13:33 +0000
committerColm Donelan <colm.donelan@arm.com>2020-01-24 16:06:41 +0000
commita0d189697bb549a37886790536be7e6879ee943a (patch)
tree477e05fcc4b91852fd8511e38a3d932a09d24975 /src/armnnUtils/Filesystem.hpp
parente61f0712dc480f70372fcfe0921a85a7de53661b (diff)
downloadarmnn-a0d189697bb549a37886790536be7e6879ee943a.tar.gz
Updates to Filesystem.cpp/hpp and NetworkSockets.cpp/hpp to fix failing master
Signed-off-by: David Monahan <david.monahan@arm.com> Change-Id: I566c29754aa586167a938d2c2b4e5069a39b5e50
Diffstat (limited to 'src/armnnUtils/Filesystem.hpp')
-rw-r--r--src/armnnUtils/Filesystem.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/armnnUtils/Filesystem.hpp b/src/armnnUtils/Filesystem.hpp
index d6dc5b97fd..2fe720dcf6 100644
--- a/src/armnnUtils/Filesystem.hpp
+++ b/src/armnnUtils/Filesystem.hpp
@@ -10,7 +10,7 @@ namespace armnnUtils
namespace Filesystem
{
-long GetFileSize(const char* path);
+long long GetFileSize(const char* path);
bool Remove(const char* path);