diff options
Diffstat (limited to 'package/ncursestw.map')
| -rw-r--r-- | package/ncursestw.map | 25 |
1 files changed, 22 insertions, 3 deletions
diff --git a/package/ncursestw.map b/package/ncursestw.map index ff857389ee66..116957f54999 100644 --- a/package/ncursestw.map +++ b/package/ncursestw.map @@ -1,4 +1,4 @@ -# $Id: ncursestw.map,v 1.52 2020/05/27 19:29:32 tom Exp $ +# $Id: ncursestw.map,v 1.59 2024/04/27 14:33:24 tom Exp $ # script for shared library symbol-versioning using ld # # This file was generated by ncu-mapsyms @@ -493,12 +493,31 @@ NCURSES_TINFO_6.2.20200212 { exit_terminfo; } NCURSES_TINFO_6.1.20171230; -NCURSES_TINFO_6.2.current { +NCURSES_TINFO_6.2.20211010 { global: + _nc_reset_tparm; _nc_tiparm; + _nc_safe_fopen; + _nc_safe_open3; + erasewchar_sp; + killwchar_sp; +} NCURSES_TINFO_6.2.20200212; + +NCURSES_TINFO_6.5.20240427 { + global: + is_cbreak; + is_cbreak_sp; + is_echo; + is_echo_sp; + is_nl; + is_nl_sp; + is_raw; + is_raw_sp; + tiparm_s; + tiscan_s; local: _*; -} NCURSES_TINFO_6.2.20200212; +} NCURSES_TINFO_6.2.20211010; NCURSESTW_5.7.20081102 { global: |
