]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add an internal "locked" variant of linker_file_lookup_set() and change
authorjhb <jhb@FreeBSD.org>
Mon, 8 Jun 2015 14:06:47 +0000 (14:06 +0000)
committerjhb <jhb@FreeBSD.org>
Mon, 8 Jun 2015 14:06:47 +0000 (14:06 +0000)
commit1c5eb55915374777acda11ca6bc13e6918752620
tree64f55cad139740888830aaa5aed782f0994e38f6
parent6f5ee56ae1c67b068fcdee6924fc162990096355
Add an internal "locked" variant of linker_file_lookup_set() and change
the public function to acquire the global linker lock directly.  This
permits linker_file_lookup_set() to be safely used from other modules.
sys/kern/kern_linker.c