diff options
author | Robert Mustacchi <rm@fingolfin.org> | 2020-09-11 22:06:27 -0700 |
---|---|---|
committer | Robert Mustacchi <rm@fingolfin.org> | 2020-09-23 08:49:23 -0700 |
commit | 44431c82ebd7ee1d7c240683235e728d70d96cf2 (patch) | |
tree | 5ad1901f2986dc8d7bcf6b06b90a729393eef1ce /usr/src/lib | |
parent | 6e3b881e3444c3c501e8fe27050bc8439c0f4904 (diff) | |
download | illumos-joyent-44431c82ebd7ee1d7c240683235e728d70d96cf2.tar.gz |
3763 Implement qsort_r(3C)
Reviewed by: Toomas Soome <tsoome@me.com>
Reviewed by: Andy Fiddaman <andy@omniosce.org>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/lib')
-rw-r--r-- | usr/src/lib/libc/port/mapfile-vers | 5 |
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 be5b7e73bf..0be36d5e6b 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; |