mirror of
https://github.com/apache/nuttx.git
synced 2026-06-09 10:54:43 +08:00
f714669da4
Implement a stub for dladdr() to avoid build errors with some applications that use dladdr(). The API definition is from: 1. https://man7.org/linux/man-pages/man3/dladdr.3.html 2. https://pubs.opengroup.org/onlinepubs/9799919799.2024edition/functions/dladdr.html Signed-off-by: Huang Qi <huangqi3@xiaomi.com>