5772 isxdigit_l, iswxdigit_l not exported (missing from mapfile) Reviewed by: Rich Lowe <richlowe@richlowe.net> Reviewed by: Josef Sipek <jeffpc@josefsipek.net> Approved by: TBD
*** 91,100 **** --- 91,106 ---- $endif $if _x86 && _ELF64 $add amd64 $endif + SYMBOL_VERSION ILLUMOS_0.11 { # Illumos additions + protected: + iswxdigit_l; + isxdigit_l; + } ILLUMOS_0.10; + SYMBOL_VERSION ILLUMOS_0.10 { # Illumos additions protected: preadv; pwritev;