summaryrefslogtreecommitdiff
path: root/usr/src/lib/libc
diff options
context:
space:
mode:
authorJerry Jelinek <jerry.jelinek@joyent.com>2020-09-24 11:44:26 +0000
committerJerry Jelinek <jerry.jelinek@joyent.com>2020-09-24 11:44:26 +0000
commit03ba8404acefe94916ad776068d4e3f2f585a224 (patch)
treea03aa8d784abb5e77cba57219dca3d36ed049e2d /usr/src/lib/libc
parent2bfe7a031d325ccd2e9758ba6db0e35bcaefa1b3 (diff)
parent6d40a71ead689b14c68d91a5d92845e5f3daa020 (diff)
downloadillumos-joyent-03ba8404acefe94916ad776068d4e3f2f585a224.tar.gz
[illumos-gate merge]
commit 6d40a71ead689b14c68d91a5d92845e5f3daa020 1532 Long-term kernel-resident processes need a way to play fair commit cfd17c15945080ff766acfba4bfbc0ac4d2d31cd 13096 xnf asleep at wheel while freemem smashes into the ground commit baf00aa88d7d535ed115175b04253f5db99a7d0b 13094 systems have more kmem caches than they used to commit 727737b40e05e03cb1b298a96f67258b116ba990 13082 pageout needs a deadman commit 44431c82ebd7ee1d7c240683235e728d70d96cf2 3763 Implement qsort_r(3C) Conflicts: usr/src/uts/common/os/vm_pageout.c
Diffstat (limited to 'usr/src/lib/libc')
-rw-r--r--usr/src/lib/libc/port/mapfile-vers5
1 files changed, 5 insertions, 0 deletions
diff --git a/usr/src/lib/libc/port/mapfile-vers b/usr/src/lib/libc/port/mapfile-vers
index cd5543d872..92a58825d4 100644
--- a/usr/src/lib/libc/port/mapfile-vers
+++ b/usr/src/lib/libc/port/mapfile-vers
@@ -78,6 +78,11 @@ $if _x86 && _ELF64
$add amd64
$endif
+SYMBOL_VERSION ILLUMOS_0.35 {
+ protected:
+ qsort_r;
+} ILLUMOS_0.34;
+
SYMBOL_VERSION ILLUMOS_0.34 {
protected:
futimes;