]> granicus.if.org Git - gc/commit
Fix GC_FirstDLOpenedLinkMap() for NetBSD 6 release
authorTsugutomo Enami <tsugutomo.enami@jp.sony.com>
Sat, 2 Jun 2012 09:31:43 +0000 (13:31 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Sat, 2 Jun 2012 09:31:48 +0000 (13:31 +0400)
commitf583786e5df596851f183e0da028625e1146bd67
treede03045e6d168b60bfadbaabb7ff5ce06fc11b31
parent48e412935fe5e7d610f55a80e0902300feff3b1d
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).