* Omar Sandoval: > This makes sense. One thing I noted in the patch to export the libebl > symbols [1] is that exporting them wouldn't necessarily mean supporting > them as an official API. However, I can see why you'd be concerned with > developers using them anyways.
You could ship a link-only libc as the .so which does not include those symbols. Anyone who uses the standard development setup would not be able to link against them as a result. Thanks, Florian