Print this page
cfmakeraw
cfsetspeed

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libc/port/mapfile-vers
          +++ new/usr/src/lib/libc/port/mapfile-vers
↓ open down ↓ 15 lines elided ↑ open up ↑
  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  #
  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      -# Copyright 2018 Joyent, Inc.
       26 +# Copyright 2019 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   30  # Copyright 2019 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.
↓ open down ↓ 34 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 +        cfmakeraw;
       84 +        cfsetspeed;
       85 +} ILLUMOS_0.30;
       86 +
  81   87  SYMBOL_VERSION ILLUMOS_0.30 {
  82   88      protected:
  83   89          reallocf;
  84   90  } ILLUMOS_0.29;
  85   91  
  86   92  SYMBOL_VERSION ILLUMOS_0.29 {
  87   93      protected:
  88   94          getrandom;
  89   95  } ILLUMOS_0.28;
  90   96  
↓ open down ↓ 3375 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX