summaryrefslogtreecommitdiff
path: root/package/ncurses.map
diff options
context:
space:
mode:
Diffstat (limited to 'package/ncurses.map')
-rw-r--r--package/ncurses.map9
1 files changed, 8 insertions, 1 deletions
diff --git a/package/ncurses.map b/package/ncurses.map
index 68de9c437907..fe58b0f189f8 100644
--- a/package/ncurses.map
+++ b/package/ncurses.map
@@ -1,4 +1,4 @@
-# $Id: ncurses.map,v 1.58 2024/04/27 14:33:24 tom Exp $
+# $Id: ncurses.map,v 1.60 2025/12/30 20:32:50 tom Exp $
# script for shared library symbol-versioning using ld
#
# This file was generated by ncu-mapsyms
@@ -1231,3 +1231,10 @@ NCURSES_TINFO_6.5.20240427 {
local:
_*;
} NCURSES_TINFO_6.2.20211010;
+
+NCURSES_TINFO_6.6.20251230{
+ global:
+ _nc_is_path_found;
+ local:
+ _*;
+} NCURSES_TINFO_6.5.20240427;