Print this page
1097 glob(3c) needs to support non-POSIX options
3341 The sftp command should use the native glob()


   8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
   9 # or http://www.opensolaris.org/os/licensing.
  10 # See the License for the specific language governing permissions
  11 # and limitations under the License.
  12 #
  13 # When distributing Covered Code, include this CDDL HEADER in each
  14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15 # If applicable, add the following below this CDDL HEADER, with the
  16 # fields enclosed by brackets "[]" replaced with your own identifying
  17 # information: Portions Copyright [yyyy] [name of copyright owner]
  18 #
  19 # CDDL HEADER END
  20 #
  21 #
  22 # Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
  23 #
  24 # Copyright 2010 Nexenta Systems, Inc.  All rights reserved.
  25 # Use is subject to license terms.
  26 #
  27 # Copyright (c) 2012 by Delphix. All rights reserved.

  28 #
  29 
  30 #
  31 # MAPFILE HEADER START
  32 #
  33 # WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
  34 # Object versioning must comply with the rules detailed in
  35 #
  36 #       usr/src/lib/README.mapfiles
  37 #
  38 # You should not be making modifications here until you've read the most current
  39 # copy of that file. If you need help, contact a gatekeeper for guidance.
  40 #
  41 # MAPFILE HEADER END
  42 #
  43 
  44 $mapfile_version 2
  45 
  46 #
  47 # All function names added to this or any other libc mapfile


  73 #       naming the 32-bit version 'sparc' would be too likely to cause errors.
  74 #
  75 # -     lf64: Defined on platforms that offer the 32-bit largefile APIs
  76 #
  77 $if _ELF32
  78 $add lf64
  79 $endif
  80 $if _sparc && _ELF32
  81 $add sparc32
  82 $endif
  83 $if _sparc && _ELF64
  84 $add sparcv9
  85 $endif
  86 $if _x86 && _ELF32
  87 $add i386
  88 $endif
  89 $if _x86 && _ELF64
  90 $add amd64
  91 $endif
  92 






  93 SYMBOL_VERSION ILLUMOS_0.3 {    # Illumos additions
  94     protected:
  95         assfail3;
  96 } ILLUMOS_0.2;
  97 
  98 SYMBOL_VERSION ILLUMOS_0.2 {    # Illumos additions
  99     protected:
 100         posix_spawn_pipe_np;
 101 } ILLUMOS_0.1;
 102 
 103 SYMBOL_VERSION ILLUMOS_0.1 {    # Illumos additions
 104     protected:
 105         timegm;
 106 } SUNW_1.23;
 107 
 108 SYMBOL_VERSION SUNW_1.23 {      # SunOS 5.11 (Solaris 11)
 109     global:
 110         _nl_domain_bindings;
 111         _nl_msg_cat_cntr;
 112 




   8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
   9 # or http://www.opensolaris.org/os/licensing.
  10 # See the License for the specific language governing permissions
  11 # and limitations under the License.
  12 #
  13 # When distributing Covered Code, include this CDDL HEADER in each
  14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15 # If applicable, add the following below this CDDL HEADER, with the
  16 # fields enclosed by brackets "[]" replaced with your own identifying
  17 # information: Portions Copyright [yyyy] [name of copyright owner]
  18 #
  19 # CDDL HEADER END
  20 #
  21 #
  22 # Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
  23 #
  24 # Copyright 2010 Nexenta Systems, Inc.  All rights reserved.
  25 # Use is subject to license terms.
  26 #
  27 # Copyright (c) 2012 by Delphix. All rights reserved.
  28 # Copyright (c) 2013 Gary Mills
  29 #
  30 
  31 #
  32 # MAPFILE HEADER START
  33 #
  34 # WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
  35 # Object versioning must comply with the rules detailed in
  36 #
  37 #       usr/src/lib/README.mapfiles
  38 #
  39 # You should not be making modifications here until you've read the most current
  40 # copy of that file. If you need help, contact a gatekeeper for guidance.
  41 #
  42 # MAPFILE HEADER END
  43 #
  44 
  45 $mapfile_version 2
  46 
  47 #
  48 # All function names added to this or any other libc mapfile


  74 #       naming the 32-bit version 'sparc' would be too likely to cause errors.
  75 #
  76 # -     lf64: Defined on platforms that offer the 32-bit largefile APIs
  77 #
  78 $if _ELF32
  79 $add lf64
  80 $endif
  81 $if _sparc && _ELF32
  82 $add sparc32
  83 $endif
  84 $if _sparc && _ELF64
  85 $add sparcv9
  86 $endif
  87 $if _x86 && _ELF32
  88 $add i386
  89 $endif
  90 $if _x86 && _ELF64
  91 $add amd64
  92 $endif
  93 
  94 SYMBOL_VERSION ILLUMOS_0.4 {    # Illumos additions
  95     protected:
  96         _glob_ext;
  97         _globfree_ext;
  98 } ILLUMOS_0.3;
  99 
 100 SYMBOL_VERSION ILLUMOS_0.3 {    # Illumos additions
 101     protected:
 102         assfail3;
 103 } ILLUMOS_0.2;
 104 
 105 SYMBOL_VERSION ILLUMOS_0.2 {    # Illumos additions
 106     protected:
 107         posix_spawn_pipe_np;
 108 } ILLUMOS_0.1;
 109 
 110 SYMBOL_VERSION ILLUMOS_0.1 {    # Illumos additions
 111     protected:
 112         timegm;
 113 } SUNW_1.23;
 114 
 115 SYMBOL_VERSION SUNW_1.23 {      # SunOS 5.11 (Solaris 11)
 116     global:
 117         _nl_domain_bindings;
 118         _nl_msg_cat_cntr;
 119