Move _b functions into the 11.x symbol version namespace.

This commit is contained in:
David Chisnall 2014-04-03 08:16:45 +00:00
parent 02da4cb451
commit 4d1c5e039f
3 changed files with 16 additions and 5 deletions

View File

@ -23,6 +23,11 @@ FBSD_1.2 {
FBSD_1.3 { FBSD_1.3 {
} FBSD_1.2; } FBSD_1.2;
# This version was first added to 11.0-current.
FBSD_1.4 {
} FBSD_1.3;
# This is our private namespace. Any global interfaces that are # This is our private namespace. Any global interfaces that are
# strictly for use only by other FreeBSD applications and libraries # strictly for use only by other FreeBSD applications and libraries
# are listed here. We use a separate namespace so we can write # are listed here. We use a separate namespace so we can write

View File

@ -392,7 +392,6 @@ FBSD_1.3 {
nvis; nvis;
pwcache_userdb; pwcache_userdb;
pwcache_groupdb; pwcache_groupdb;
scandir_b;
snvis; snvis;
strenvisx; strenvisx;
strnunvis; strnunvis;
@ -410,6 +409,10 @@ FBSD_1.3 {
waitid; waitid;
}; };
FBSD_1.4 {
scandir_b;
};
FBSDprivate_1.0 { FBSDprivate_1.0 {
/* needed by thread libraries */ /* needed by thread libraries */
__thr_jtable; __thr_jtable;

View File

@ -86,14 +86,10 @@ FBSD_1.0 {
FBSD_1.3 { FBSD_1.3 {
at_quick_exit; at_quick_exit;
atexit_b;
atof_l; atof_l;
atoi_l; atoi_l;
atol_l; atol_l;
atoll_l; atoll_l;
heapsort_b;
mergesort_b;
qsort_b;
quick_exit; quick_exit;
strtod_l; strtod_l;
strtof_l; strtof_l;
@ -108,6 +104,13 @@ FBSD_1.3 {
strtouq_l; strtouq_l;
}; };
FBSD_1.4 {
atexit_b;
heapsort_b;
mergesort_b;
qsort_b;
};
FBSDprivate_1.0 { FBSDprivate_1.0 {
__system; __system;
_system; _system;