mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
libs/libc/dllfcn: Implement dlerror using strerror.
This commit is contained in:
@@ -118,7 +118,7 @@ FAR const void *modsym(FAR void *handle, FAR const char *name)
|
||||
goto errout_with_lock;
|
||||
}
|
||||
|
||||
/* Return the address within the module assoicated with the symbol */
|
||||
/* Return the address within the module associated with the symbol */
|
||||
|
||||
modlib_registry_unlock();
|
||||
DEBUGASSERT(symbol->sym_value != NULL);
|
||||
|
||||
Reference in New Issue
Block a user