Print this page
1060 termios missing cfmakeraw
Reviewed by: Cyril Plisko <cyril.plisko@mountall.com>
Reviewed by: Albert Lee <trisk@opensolaris.org>

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libc/port/mapfile-vers
          +++ new/usr/src/lib/libc/port/mapfile-vers
↓ open down ↓ 82 lines elided ↑ open up ↑
  83   83  $if _sparc && _ELF64
  84   84  $add sparcv9
  85   85  $endif
  86   86  $if _x86 && _ELF32
  87   87  $add i386
  88   88  $endif
  89   89  $if _x86 && _ELF64
  90   90  $add amd64
  91   91  $endif
  92   92  
       93 +SYMBOL_VERSION ILLUMOS_0.6 {
       94 +    protected:
       95 +        cfmakeraw;
       96 +} ILLUMOS_0.5;
       97 +
  93   98  SYMBOL_VERSION ILLUMOS_0.5 {    # common C++ ABI exit handlers
  94   99      protected:
  95  100          __cxa_atexit;
  96  101          __cxa_finalize;
  97  102  } ILLUMOS_0.4;
  98  103  
  99  104  SYMBOL_VERSION ILLUMOS_0.4 {    # Illumos additions
 100  105      protected:
 101  106          pipe2;
 102  107          dup3;
↓ open down ↓ 3038 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX