summaryrefslogtreecommitdiff
path: root/sal/osl/unx/file.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/osl/unx/file.cxx')
-rw-r--r--sal/osl/unx/file.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sal/osl/unx/file.cxx b/sal/osl/unx/file.cxx
index b1383c2d0f9c..b97e157c29be 100644
--- a/sal/osl/unx/file.cxx
+++ b/sal/osl/unx/file.cxx
@@ -1151,6 +1151,7 @@ namespace {
//coverity[result_independent_of_operands]
template<typename T> bool exceedsMaxOffT(T n) { return n > MAX_OFF_T; }
+//coverity[result_independent_of_operands]
template<typename T> bool exceedsMinOffT(T n)
{ return n < std::numeric_limits<off_t>::min(); }