From: Tsugutomo Enami Date: Sat, 2 Jun 2012 09:31:43 +0000 (+0400) Subject: Fix GC_FirstDLOpenedLinkMap() for NetBSD 6 release X-Git-Tag: gc7_4_0~287 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f583786e5df596851f183e0da028625e1146bd67;p=gc Fix GC_FirstDLOpenedLinkMap() for NetBSD 6 release (this empty commit contains only the fixed message for the previous commit) * dyn_load.c: Include sys/param.h and dlfcn.h on NetBSD. * dyn_load.c (GC_FirstDLOpenedLinkMap): Obtain link map using dlinfo() on NetBSD if RTLD_DI_LINKMAP feature present (defined). ---