aboutsummaryrefslogtreecommitdiffstats
path: root/lib/System/AIX/Path.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/System/AIX/Path.cpp')
-rw-r--r--lib/System/AIX/Path.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/System/AIX/Path.cpp b/lib/System/AIX/Path.cpp
index e49a593..aef8e03 100644
--- a/lib/System/AIX/Path.cpp
+++ b/lib/System/AIX/Path.cpp
@@ -43,6 +43,11 @@ Path::GetTemporaryDirectory() {
return result;
}
+std::string
+Path::GetDLLSuffix() {
+ return "so";
+}
+
}
// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab