diff options
| author | Lorry Tar Creator <lorry-tar-importer@lorry> | 2021-10-20 23:22:45 +0000 |
|---|---|---|
| committer | Lorry Tar Creator <lorry-tar-importer@lorry> | 2021-10-20 23:22:45 +0000 |
| commit | 332fa27640b1901ac632e6d37a4aa9643d0f8594 (patch) | |
| tree | bfb5303e24d1cd4ddd22df12f45a013fefb9ca23 /package/ncursesw.map | |
| parent | ff448436b2b70771d09b8d5ff34a509dcf02f81b (diff) | |
| download | ncurses-master.tar.gz | |
ncurses-6.3HEADncurses-6.3master
Diffstat (limited to 'package/ncursesw.map')
| -rw-r--r-- | package/ncursesw.map | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/package/ncursesw.map b/package/ncursesw.map index da68b73..13e8faf 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.59 2021/10/10 15:22:33 tom Exp $ # script for shared library symbol-versioning using ld # # This file was generated by ncu-mapsyms @@ -485,9 +485,19 @@ NCURSES_TINFO_6.2.20200212 { _nc_wacs_width; curses_trace; exit_terminfo; +} NCURSES_TINFO_6.1.20171230; + +NCURSES_TINFO_6.2.20211010 { + global: + _nc_reset_tparm; + _nc_tiparm; + _nc_safe_fopen; + _nc_safe_open3; + erasewchar_sp; + killwchar_sp; local: _*; -} NCURSES_TINFO_6.1.20171230; +} NCURSES_TINFO_6.2.20200212; NCURSESW_5.1.20000708 { global: |
