diff options
author | Robert Mustacchi <rm@joyent.com> | 2015-05-08 10:13:30 +0000 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2015-08-13 15:17:03 -0700 |
commit | fa9922c2be34868be01989cef133828185b5c0bc (patch) | |
tree | 85a68ce74ac99633d4084283649138b3d93539e2 /usr/src/lib/libavl | |
parent | 7de0ac867568af5d9b8a9d8f8c82fd5fc12c6bfa (diff) | |
download | illumos-joyent-fa9922c2be34868be01989cef133828185b5c0bc.tar.gz |
5935 libavl should be a public interface
5936 AVL trees should be part of the DDI
Reviewed by: Ryan Zezeski <ryan@zinascii.com>
Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com>
Reviewed by: Dan McDonald <danmcd@omniti.com>
Reviewed by: Cody Mello <cody.mello@joyent.com>
Approved by: Garrett D'Amore <garrett@damore.org>
Diffstat (limited to 'usr/src/lib/libavl')
-rw-r--r-- | usr/src/lib/libavl/mapfile-vers | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr/src/lib/libavl/mapfile-vers b/usr/src/lib/libavl/mapfile-vers index 449cd189e5..8087aef451 100644 --- a/usr/src/lib/libavl/mapfile-vers +++ b/usr/src/lib/libavl/mapfile-vers @@ -39,7 +39,7 @@ $mapfile_version 2 -SYMBOL_VERSION SUNWprivate_1.1 { +SYMBOL_VERSION ILLUMOS_1.0 { global: avl_add; avl_create; @@ -56,6 +56,9 @@ SYMBOL_VERSION SUNWprivate_1.1 { avl_remove; avl_swap; avl_walk; +}; + +SYMBOL_VERSION SUNWprivate_1.1 { local: *; }; |