diff options
| author | Robert Mustacchi <rm@fingolfin.org> | 2020-10-22 15:56:51 -0700 |
|---|---|---|
| committer | Robert Mustacchi <rm@fingolfin.org> | 2020-11-17 08:52:10 -0800 |
| commit | 350ffdd54baf880f440ddf9697666e283894ded1 (patch) | |
| tree | 938d79d2ad158d809fa15d80774e56b68056a434 /usr/src/lib/libc/port/mapfile-vers | |
| parent | 7fdea60d55a95f0e46066fd021c4ef1b1321bafc (diff) | |
| download | illumos-joyent-350ffdd54baf880f440ddf9697666e283894ded1.tar.gz | |
13273 want upanic(2)
Reviewed by: C Fraire <cfraire@me.com>
Reviewed by: Andy Fiddaman <andy@omniosce.org>
Approved by: Gordon Ross <gordon.w.ross@gmail.com>
Diffstat (limited to 'usr/src/lib/libc/port/mapfile-vers')
| -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 0be36d5e6b..6a85e0d37e 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.36 { + protected: + upanic; +} ILLUMOS_0.35; + SYMBOL_VERSION ILLUMOS_0.35 { protected: qsort_r; |
