* gcc/pretty-print.c (mingw_ansi_fputs): Do not call _close() on the handle
returned by _get_osf_handle().
From-SVN: r263530
+2018-08-13 Liu Hao <lh_mouse@126.com>
+
+ * pretty-print.c (mingw_ansi_fputs): Do not call _close() on the
+ handle returned by _get_osf_handle().
+
2018-08-13 Will Schmidt <will_schmidt@vnet.ibm.com>
* gcc/config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Add support
/* If it is not a console, write everything as-is. */
write_all (h, read, strlen (read));
- _close ((intptr_t) h);
return 1;
}