uncomment; that one slipped through
This commit is contained in:
parent
9555339007
commit
26c777d516
1 changed files with 1 additions and 1 deletions
|
@ -422,7 +422,7 @@ static int dladdr(void *address, Dl_info *dl)
|
|||
|
||||
static int dlfcn_pathbyaddr(void *addr,char *path,int sz)
|
||||
{
|
||||
#ifdef HAVE_DLINFO
|
||||
#if 1 /*def HAVE_DLINFO */
|
||||
Dl_info dli;
|
||||
int len;
|
||||
|
||||
|
|
Loading…
Reference in a new issue