Commit 26c777d5 authored by Ulf Möller's avatar Ulf Möller
Browse files

uncomment; that one slipped through

parent 95553390
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;