Module Name: src
Committed By: agc
Date: Tue Mar 26 14:45:24 UTC 2013
Added Files:
src/lib/libterminfo [agc-symver]: Version.map
Log Message:
Add symbol versioning information for libterminfo.
Obvious (but interesting) aspect of this library: ospeed, PC, and
BC also need to be exported as global symbols or they are not found
at link time.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1.2.1 src/lib/libterminfo/Version.map
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: src/lib/libterminfo/Version.map
diff -u /dev/null src/lib/libterminfo/Version.map:1.1.2.1
--- /dev/null Tue Mar 26 14:45:24 2013
+++ src/lib/libterminfo/Version.map Tue Mar 26 14:45:24 2013
@@ -0,0 +1,61 @@
+LIBTERMINFO_1.0.0.0 {
+global:
+ PC;
+ ospeed;
+ putp;
+ ti_putp;
+ ti_puts;
+ tputs;
+ ti_getflag;
+ ti_getnum;
+ ti_getstr;
+ tigetflag;
+ tigetnum;
+ tigetstr;
+ BC;
+ UP;
+ captoinfo;
+ tgetent;
+ tgetflag;
+ tgetnum;
+ tgetstr;
+ tgoto;
+ _ti_parm_analyse;
+ ti_tiparm;
+ tiparm;
+ tparm;
+ setupterm;
+ ti_setupterm;
+ _ti_database;
+ _ti_getterm;
+ _ti_compile;
+ _ti_find_cap;
+ _ti_find_extra;
+ _ti_flatten;
+ _ti_freetic;
+ _ti_get_token;
+ _ti_grow_tbuf;
+ _ti_store_extra;
+ _ti_setospeed;
+ cur_term;
+ del_curterm;
+ longname;
+ set_curterm;
+ termname;
+ ttytype;
+ _ti_flagid;
+ _ti_flagindex;
+ _ti_numid;
+ _ti_numindex;
+ _ti_strid;
+ _ti_strindex;
+};
+
+NetBSD_6.99.18.0 {
+} LIBTERMINFO_1.0.0.0;
+
+LIBTERMINFO_private_1.0.0.0 {
+local:
+ *;
+};
+