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

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libc/port/mapfile-vers
          +++ new/usr/src/lib/libc/port/mapfile-vers
↓ open down ↓ 17 lines elided ↑ open up ↑
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  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 +# Copyright (c) 2013 Gary Mills
  28   29  #
  29   30  
  30   31  #
  31   32  # MAPFILE HEADER START
  32   33  #
  33   34  # WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
  34   35  # Object versioning must comply with the rules detailed in
  35   36  #
  36   37  #       usr/src/lib/README.mapfiles
  37   38  #
↓ open down ↓ 45 lines elided ↑ open up ↑
  83   84  $if _sparc && _ELF64
  84   85  $add sparcv9
  85   86  $endif
  86   87  $if _x86 && _ELF32
  87   88  $add i386
  88   89  $endif
  89   90  $if _x86 && _ELF64
  90   91  $add amd64
  91   92  $endif
  92   93  
       94 +SYMBOL_VERSION ILLUMOS_0.4 {    # Illumos additions
       95 +    protected:
       96 +        _glob_ext;
       97 +        _globfree_ext;
       98 +} ILLUMOS_0.3;
       99 +
  93  100  SYMBOL_VERSION ILLUMOS_0.3 {    # Illumos additions
  94  101      protected:
  95  102          assfail3;
  96  103  } ILLUMOS_0.2;
  97  104  
  98  105  SYMBOL_VERSION ILLUMOS_0.2 {    # Illumos additions
  99  106      protected:
 100  107          posix_spawn_pipe_np;
 101  108  } ILLUMOS_0.1;
 102  109  
↓ open down ↓ 3019 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX