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-vers15
1 files changed, 14 insertions, 1 deletions
diff --git a/usr/src/lib/libc/port/mapfile-vers b/usr/src/lib/libc/port/mapfile-vers
index c5587adf3d..469b73e9ca 100644
--- a/usr/src/lib/libc/port/mapfile-vers
+++ b/usr/src/lib/libc/port/mapfile-vers
@@ -26,7 +26,7 @@
#
# Copyright (c) 2012, Joyent, Inc. All rights reserved.
# Copyright (c) 2012 by Delphix. All rights reserved.
-#
+# Copyright (c) 2013, OmniTI Computer Consulting, Inc. All rights reserved.
#
# MAPFILE HEADER START
@@ -91,6 +91,19 @@ $if _x86 && _ELF64
$add amd64
$endif
+SYMBOL_VERSION ILLUMOS_0.4 { # Illumos additions
+ protected:
+ pipe2;
+ dup3;
+ mkostemp;
+ mkostemps;
+
+$if lf64
+ mkostemp64;
+ mkostemps64;
+$endif
+} ILLUMOS_0.3;
+
SYMBOL_VERSION ILLUMOS_0.3 { # Illumos additions
protected:
assfail3;