diff options
Diffstat (limited to 'package/ncursesw.map')
-rw-r--r-- | package/ncursesw.map | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/package/ncursesw.map b/package/ncursesw.map index da68b73c10e9..021cd57760d3 100644 --- a/package/ncursesw.map +++ b/package/ncursesw.map @@ -1,4 +1,4 @@ -# $Id: ncursesw.map,v 1.54 2020/02/04 11:44:12 tom Exp $ +# $Id: ncursesw.map,v 1.55 2020/05/27 19:27:45 tom Exp $ # script for shared library symbol-versioning using ld # # This file was generated by ncu-mapsyms @@ -485,9 +485,14 @@ NCURSES_TINFO_6.2.20200212 { _nc_wacs_width; curses_trace; exit_terminfo; +} NCURSES_TINFO_6.1.20171230; + +NCURSES_TINFO_6.2.current { + global: + _nc_tiparm; local: _*; -} NCURSES_TINFO_6.1.20171230; +} NCURSES_TINFO_6.2.20200212; NCURSESW_5.1.20000708 { global: |