CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/10/09 10:31:03
Modified files:
lib/libc/hidden: dlfcn.h
lib/libc/dlfcn : dlfcn_stubs.c
Log message:
Correct error returns, do not print eror message to stdout (there
is a dlerror() function for that) and mark dladdr() as PROTO_NORMAL
to be able to call it from a malloc.c MALLOC_STATS leak reporting
project I'm working on. ok kettenis@
