Sign in
mojo
/
mojo-testing
/
6f37494c4bbcdc32e0a869bf0f08c6f1e12fdabc
/
.
/
fusl
/
src
/
ldso
/
dladdr.c
blob: bffbc7c097041555364f8ad98fb7e6e3262ab0cc [
file
]
#define
_GNU_SOURCE
#include
<dlfcn.h>
#include
"libc.h"
static
int
stub_dladdr
(
const
void
*
addr
,
Dl_info
*
info
)
{
return
0
;
}
weak_alias
(
stub_dladdr
,
dladdr
);