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

@@ -88,10 +88,15 @@
 $endif
 $if _x86 && _ELF64
 $add amd64
 $endif
 
+SYMBOL_VERSION ILLUMOS_0.6 {
+    protected:
+        cfmakeraw;
+} ILLUMOS_0.5;
+
 SYMBOL_VERSION ILLUMOS_0.5 {    # common C++ ABI exit handlers
     protected:
         __cxa_atexit;
         __cxa_finalize;
 } ILLUMOS_0.4;