diff options
Diffstat (limited to 'src/core/lt_core.c')
-rw-r--r-- | src/core/lt_core.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/lt_core.c b/src/core/lt_core.c index 7091981..e3cadd4 100644 --- a/src/core/lt_core.c +++ b/src/core/lt_core.c @@ -27,6 +27,9 @@ static const char * lt_dlerror_desc[] = { [SLTDL_ERR_PATH_INVALID_MARK] = "invalid path (mark not within range)", [SLTDL_ERR_PATH_INVALID_LEN] = "invalid path (string too long)", [SLTDL_ERR_PATH_NO_ENTRY] = "invalid path (not found)", + [SLTDL_ERR_CANNOT_OPEN] = "could not open module", + [SLTDL_ERR_CANNOT_CLOSE] = "could not close module", + [SLTDL_ERR_SYMBOL_NOT_FOUND] = "symbol not found", }; static int lt_refs = 0; |