Add missing strnvisx() to the symbols script

Fixes: commit 2d7de186e9cb19a756c0630ee85cb3f2d29b3484.
This commit is contained in:
Guillem Jover 2019-08-26 05:39:17 +02:00
parent a11c98a6b5
commit 3548c5f6bf

View File

@ -181,3 +181,7 @@ LIBBSD_0.10.0 {
err;
errx;
} LIBBSD_0.9.1;
LIBBSD_0.11.0 {
strnvisx;
} LIBBSD_0.10.0;