Re: Symbols.map for libkvm

2017-12-14 Thread Jeremie Courreges-Anglas
On Wed, Dec 13 2017, Philip Guenther wrote: > Inspired by kettenis@'s diff for libutil, here's a diff to do the > (simpler) work for libkvm, > > The symbols this hides are just the linker defined ones; we've already > declared the internal C symbols static or at least hidden. However, while >

Re: Symbols.map for libkvm

2017-12-14 Thread Mark Kettenis
> Date: Wed, 13 Dec 2017 23:05:24 -0800 > From: Philip Guenther > > Inspired by kettenis@'s diff for libutil, here's a diff to do the > (simpler) work for libkvm, > > The symbols this hides are just the linker defined ones; we've already > declared the internal C symbols static or at least hid

Symbols.map for libkvm

2017-12-13 Thread Philip Guenther
Inspired by kettenis@'s diff for libutil, here's a diff to do the (simpler) work for libkvm, The symbols this hides are just the linker defined ones; we've already declared the internal C symbols static or at least hidden. However, while here I've added the dance to have the three internally