Print this page
12306 XPG4v2 slave pty behaviour should generally be disabled
Reviewed by: Robert Mustacchi <rm@fingolfin.org>
Change-ID: I7ccd399c22866f34dd20c6bb9d28e77ba4e24c67

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libc/port/mapfile-vers
          +++ new/usr/src/lib/libc/port/mapfile-vers
↓ open down ↓ 19 lines elided ↑ open up ↑
  20   20  #
  21   21  
  22   22  #
  23   23  # Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
  24   24  # Copyright 2018 Nexenta Systems, Inc.
  25   25  # Copyright (c) 2012 by Delphix. All rights reserved.
  26   26  # Copyright 2018 Joyent, Inc.
  27   27  # Copyright (c) 2013, OmniTI Computer Consulting, Inc. All rights reserved.
  28   28  # Copyright (c) 2013 Gary Mills
  29   29  # Copyright 2014 Garrett D'Amore <garrett@damore.org>
  30      -# Copyright 2019 OmniOS Community Edition (OmniOSce) Association.
       30 +# Copyright 2020 OmniOS Community Edition (OmniOSce) Association.
  31   31  #
  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  #
↓ open down ↓ 30 lines elided ↑ open up ↑
  71   71  $if _sparc && _ELF64
  72   72  $add sparcv9
  73   73  $endif
  74   74  $if _x86 && _ELF32
  75   75  $add i386
  76   76  $endif
  77   77  $if _x86 && _ELF64
  78   78  $add amd64
  79   79  $endif
  80   80  
       81 +SYMBOL_VERSION ILLUMOS_0.31 {
       82 +    protected:
       83 +        __unlockpt_xpg4;
       84 +} ILLUMOS_0.30;
       85 +
  81   86  SYMBOL_VERSION ILLUMOS_0.30 {
  82   87      protected:
  83   88          reallocf;
  84   89  } ILLUMOS_0.29;
  85   90  
  86   91  SYMBOL_VERSION ILLUMOS_0.29 {
  87   92      protected:
  88   93          getrandom;
  89   94  } ILLUMOS_0.28;
  90   95  
↓ open down ↓ 3375 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX