summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--include/sltdl/sltdl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sltdl/sltdl.h b/include/sltdl/sltdl.h
index 60b2dd2..640d3d9 100644
--- a/include/sltdl/sltdl.h
+++ b/include/sltdl/sltdl.h
@@ -23,6 +23,9 @@ extern "C" {
/* exclusively support colon as the path element separator */
#define LT_PATHSEP_CHAR ':'
+/* modern frameworks only */
+#define LT_DLSYM_CONST const
+
/* default dlsym vtable, see also: slibtool -dlpreopen self */
#define lt_preloaded_symbols lt__PROGRAM__LTX_preloaded_symbols