zephyr/subsys/llext
Marc Herbert 01a8202135 llext: fix llext_find_sym() not to return a "const" value
Returned values are copies, so trying to "const" return values cannot
have any effect.

Fixes the following compiler warning:
```
llext.h:165: warning: type qualifiers ignored on function return type
```

Fixes commit 41e0a4a371 ("llext: Linkable loadable extensions")

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
2024-04-16 09:06:49 +02:00
..
CMakeLists.txt
Kconfig llext: add support for building relocatable ELF files 2024-04-11 11:35:24 -05:00
buf_loader.c
llext.c llext: fix llext_find_sym() not to return a "const" value 2024-04-16 09:06:49 +02:00
llext_export.c syscalls: llext: Export z_impl symbols so they are available to kernel 2024-03-26 19:31:56 -04:00
shell.c