Print this page
5386 want openpty(), forkpty(), etc.

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libc/port/mapfile-vers
          +++ new/usr/src/lib/libc/port/mapfile-vers
↓ open down ↓ 13 lines elided ↑ open up ↑
  14   14  # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15   15  # If applicable, add the following below this CDDL HEADER, with the
  16   16  # fields enclosed by brackets "[]" replaced with your own identifying
  17   17  # information: Portions Copyright [yyyy] [name of copyright owner]
  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      -# Copyright 2010 Nexenta Systems, Inc.  All rights reserved.
       24 +# Copyright 2015 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) 2015, 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
↓ open down ↓ 51 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.15 {   # openpty
       97 +    protected:
       98 +        forkpty;
       99 +        login_tty;
      100 +        openpty;
      101 +} ILLUMOS_0.14;
      102 +
  96  103  SYMBOL_VERSION ILLUMOS_0.14 {   # strerror_l
  97  104      protected:
  98  105          strerror_l;
  99  106  } ILLUMOS_0.13;
 100  107  
 101  108  SYMBOL_VERSION ILLUMOS_0.13 {   # eventfd
 102  109      protected:
 103  110          eventfd;
 104  111          eventfd_read;
 105  112          eventfd_write;
↓ open down ↓ 3183 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX