diff options
author | midipix <writeonce@midipix.org> | 2025-06-21 09:17:15 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2025-06-21 09:17:15 +0000 |
commit | 8c3ccc38e7c0bde90d2b1009539267a4935b16fc (patch) | |
tree | 1e1153cd4ad102dba2b87974ab7e9ab2e6e4bcbe /src/internal/sltdl_module.h | |
parent | 01192f444c3f2ab07b25c488b4b9d2d9fb8c80d2 (diff) | |
download | sltdl-8c3ccc38e7c0bde90d2b1009539267a4935b16fc.tar.bz2 sltdl-8c3ccc38e7c0bde90d2b1009539267a4935b16fc.tar.xz |
lt_dlopen_locked(): support symbol tables in addition to module path arguments.
Diffstat (limited to 'src/internal/sltdl_module.h')
-rw-r--r-- | src/internal/sltdl_module.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/internal/sltdl_module.h b/src/internal/sltdl_module.h index 26e47e3..c567e02 100644 --- a/src/internal/sltdl_module.h +++ b/src/internal/sltdl_module.h @@ -2,6 +2,7 @@ #define SLTDL_MODULE_H struct lt_modctx { + const struct lt_symdef *symtbl; struct lt_modctx * mnext; void * maddr; char * mpath; |