From a4b26a91424f53d192d80c5ca470c7514b6fb254 Mon Sep 17 00:00:00 2001 From: midipix Date: Fri, 20 Jun 2025 04:32:42 +0000 Subject: sltdl.h: provide LT_DLSYM_CONST. --- include/sltdl/sltdl.h | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3