summaryrefslogtreecommitdiffstats
path: root/templates/tde_dummy_cpp.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'templates/tde_dummy_cpp.cmake')
-rw-r--r--templates/tde_dummy_cpp.cmake5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/tde_dummy_cpp.cmake b/templates/tde_dummy_cpp.cmake
new file mode 100644
index 0000000..8e1f5ff
--- /dev/null
+++ b/templates/tde_dummy_cpp.cmake
@@ -0,0 +1,5 @@
+#ifdef _AIX
+ namespace {
+ void *not_empty_file;
+ }
+#endif