Hi! On Mon, 2019-08-26 at 02:39:32 +0000, brian m. carlson wrote: > Package: libbsd0 > Version: 0.10.0-1 > Severity: normal
> libbsd0 seems to have several of the vis(3) functions and documents > strnvisx(3), but it isn't in the shared library: > > $ nm -D /usr/lib/x86_64-linux-gnu/libbsd.so.0 | grep strnvisx > > This can easily be worked around by using strsnvisx(3) with an empty > extra string, but since the function is documented, it probably makes > sense to include it. The function is actually included in the shared library, but it was masked due to not being listed in the version script. I've fixed this locally and will be included in the next upstream release, probably tomorrow. Thanks, Guillem

