Print this page
2964 need POSIX 2008 locale object support
Reviewed by: Robert Mustacchi <rm@joyent.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libc/port/mapfile-vers
          +++ new/usr/src/lib/libc/port/mapfile-vers
↓ open down ↓ 20 lines elided ↑ open up ↑
  21   21  #
  22   22  # Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
  23   23  #
  24   24  # Copyright 2010 Nexenta Systems, Inc.  All rights reserved.
  25   25  # Use is subject to license terms.
  26   26  #
  27   27  # Copyright (c) 2012 by Delphix. All rights reserved.
  28   28  # Copyright (c) 2012, Joyent, Inc.  All rights reserved.
  29   29  # Copyright (c) 2013, OmniTI Computer Consulting, Inc. All rights reserved.
  30   30  # Copyright (c) 2013 Gary Mills
  31      -#
       31 +# Copyright 2014 Garrett D'Amore <garrett@damore.org>
  32   32  
  33   33  #
  34   34  # MAPFILE HEADER START
  35   35  #
  36   36  # WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
  37   37  # Object versioning must comply with the rules detailed in
  38   38  #
  39   39  #       usr/src/lib/README.mapfiles
  40   40  #
  41   41  # You should not be making modifications here until you've read the most current
↓ open down ↓ 44 lines elided ↑ open up ↑
  86   86  $if _sparc && _ELF64
  87   87  $add sparcv9
  88   88  $endif
  89   89  $if _x86 && _ELF32
  90   90  $add i386
  91   91  $endif
  92   92  $if _x86 && _ELF64
  93   93  $add amd64
  94   94  $endif
  95   95  
       96 +SYMBOL_VERSION ILLUMOS_0.8 {    # POSIX 2008 newlocale and friends
       97 +    protected:
       98 +        __mb_cur_max;
       99 +        btowc_l;
      100 +        duplocale;
      101 +        fgetwc_l;
      102 +        freelocale;
      103 +        getwc_l;
      104 +        isalnum_l;
      105 +        isalpha_l;
      106 +        isblank_l;
      107 +        iscntrl_l;
      108 +        isdigit_l;
      109 +        isgraph_l;
      110 +        islower_l;
      111 +        isprint_l;
      112 +        ispunct_l;
      113 +        isspace_l;
      114 +        isupper_l;
      115 +        iswideogram;
      116 +        iswideogram_l;
      117 +        iswnumber;
      118 +        iswnumber_l;
      119 +        iswhexnumber;
      120 +        iswhexnumber_l;
      121 +        iswphonogram;
      122 +        iswphonogram_l;
      123 +        iswspecial;
      124 +        iswspecial_l;
      125 +        iswalnum_l;
      126 +        iswalpha_l;
      127 +        iswblank_l;
      128 +        iswcntrl_l;
      129 +        iswctype_l;
      130 +        iswdigit_l;
      131 +        iswgraph_l;
      132 +        iswlower_l;
      133 +        iswprint_l;
      134 +        iswpunct_l;
      135 +        iswspace_l;
      136 +        iswupper_l;
      137 +        mblen_l;
      138 +        mbrlen_l;
      139 +        mbsinit_l;
      140 +        mbsnrtowcs;
      141 +        mbsnrtowcs_l;
      142 +        mbsrtowcs_l;
      143 +        mbstowcs_l;
      144 +        mbtowc_l;
      145 +        newlocale;
      146 +        nl_langinfo_l;
      147 +        strcasecmp_l;
      148 +        strcasestr_l;
      149 +        strcoll_l;
      150 +        strfmon_l;
      151 +        strftime_l;
      152 +        strncasecmp_l;
      153 +        strptime_l;
      154 +        strxfrm_l;
      155 +        tolower_l;
      156 +        toupper_l;
      157 +        towlower_l;
      158 +        towupper_l;
      159 +        towctrans_l;
      160 +        uselocale;
      161 +        wcrtomb_l;
      162 +        wcscasecmp_l;
      163 +        wcscoll_l;
      164 +        wcsncasecmp_l;
      165 +        wcsrtombs_l;
      166 +        wcstombs_l;
      167 +        wcswidth_l;
      168 +        wcsxfrm_l;
      169 +        wctob_l;
      170 +        wctomb_l;
      171 +        wctrans_l;
      172 +        wctype_l;
      173 +        wcwidth_l;
      174 +} ILLUMOS_0.7;
      175 +
  96  176  SYMBOL_VERSION ILLUMOS_0.7 {    # Illumos additions
  97  177      protected:
  98  178          _glob_ext;
  99  179          _globfree_ext;
 100  180  } ILLUMOS_0.6;
 101  181  
 102  182  SYMBOL_VERSION ILLUMOS_0.6 {    # Illumos additions
 103  183      protected:
 104  184          getloginx;
 105  185          getloginx_r;
↓ open down ↓ 3054 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX