]> git.ipfire.org Git - thirdparty/libbsd.git/commitdiff
Add missing strnvisx() to the symbols script
authorGuillem Jover <guillem@hadrons.org>
Mon, 26 Aug 2019 03:39:17 +0000 (05:39 +0200)
committerGuillem Jover <guillem@hadrons.org>
Mon, 21 Dec 2020 16:19:12 +0000 (17:19 +0100)
Fixes: commit 2d7de186e9cb19a756c0630ee85cb3f2d29b3484.
src/libbsd.map

index caa5cd118f670e914d67dfce9a8a59404dbbd6ab..1416c6f8104c9dad2bc9de36c176bb5cf553a3a8 100644 (file)
@@ -181,3 +181,7 @@ LIBBSD_0.10.0 {
     err;
     errx;
 } LIBBSD_0.9.1;
+
+LIBBSD_0.11.0 {
+    strnvisx;
+} LIBBSD_0.10.0;