diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2026-01-14 13:37:49 +0100 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2026-01-14 13:37:49 +0100 |
| commit | c5a1e08b52b2f6c05e0116d46277904b711b6bdb (patch) | |
| tree | a6ad7350d1b1100356ca59616d22c51dd29743eb /package/ncursest.map | |
| parent | 24fa7a5107c5b75d1c197accf0305be64bc72882 (diff) | |
Vendor import ncurses 6.6vendor/ncurses/6.6vendor/ncurses
Diffstat (limited to 'package/ncursest.map')
| -rw-r--r-- | package/ncursest.map | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/package/ncursest.map b/package/ncursest.map index 1dfbe53254d7..d1339344fd43 100644 --- a/package/ncursest.map +++ b/package/ncursest.map @@ -1,4 +1,4 @@ -# $Id: ncursest.map,v 1.56 2024/04/27 14:33:24 tom Exp $ +# $Id: ncursest.map,v 1.58 2025/12/30 20:32:50 tom Exp $ # script for shared library symbol-versioning using ld # # This file was generated by ncu-mapsyms @@ -507,9 +507,14 @@ NCURSES_TINFO_6.5.20240427 { is_raw_sp; tiparm_s; tiscan_s; +} NCURSES_TINFO_6.2.20211010; + +NCURSES_TINFO_6.6.20251230{ + global: + _nc_is_path_found; local: _*; -} NCURSES_TINFO_6.2.20211010; +} NCURSES_TINFO_6.5.20240427; NCURSEST_5.7.20081102 { global: |
