diff options
Diffstat (limited to 'usr/src/lib/libcustr/common/mapfile-vers')
| -rw-r--r-- | usr/src/lib/libcustr/common/mapfile-vers | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/usr/src/lib/libcustr/common/mapfile-vers b/usr/src/lib/libcustr/common/mapfile-vers index 369771929a..f94636b6f5 100644 --- a/usr/src/lib/libcustr/common/mapfile-vers +++ b/usr/src/lib/libcustr/common/mapfile-vers @@ -10,7 +10,7 @@ # # -# Copyright 2018, Joyent, Inc. +# Copyright 2019, Joyent, Inc. # # @@ -33,6 +33,8 @@ SYMBOL_VERSION ILLUMOSprivate { global: custr_alloc; custr_alloc_buf; + custr_alloc_fini; + custr_alloc_init; custr_append; custr_appendc; custr_append_printf; @@ -41,6 +43,8 @@ SYMBOL_VERSION ILLUMOSprivate { custr_free; custr_len; custr_reset; + custr_xalloc; + custr_xalloc_buf; local: *; }; |
