summaryrefslogtreecommitdiff
path: root/usr/src/lib/libc/port/mapfile-vers
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libc/port/mapfile-vers')
-rw-r--r--usr/src/lib/libc/port/mapfile-vers12
1 files changed, 12 insertions, 0 deletions
diff --git a/usr/src/lib/libc/port/mapfile-vers b/usr/src/lib/libc/port/mapfile-vers
index 92a58825d4..0dec599cf6 100644
--- a/usr/src/lib/libc/port/mapfile-vers
+++ b/usr/src/lib/libc/port/mapfile-vers
@@ -78,6 +78,18 @@ $if _x86 && _ELF64
$add amd64
$endif
+SYMBOL_VERSION ILLUMOS_0.37 {
+ global:
+ __stack_chk_guard;
+ protected:
+ __stack_chk_fail;
+} ILLUMOS_0.36;
+
+SYMBOL_VERSION ILLUMOS_0.36 {
+ protected:
+ upanic;
+} ILLUMOS_0.35;
+
SYMBOL_VERSION ILLUMOS_0.35 {
protected:
qsort_r;