From 5be1e1181c9b52222a797ceb4205b4be1c358ac7 Mon Sep 17 00:00:00 2001 From: Fenrir Date: Sat, 21 Apr 2018 18:55:53 -0600 Subject: Update to new panic ABI --- ctr-std/src/sys/unix/stdio.rs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ctr-std/src/sys') diff --git a/ctr-std/src/sys/unix/stdio.rs b/ctr-std/src/sys/unix/stdio.rs index e9b3d4a..87ba2ae 100644 --- a/ctr-std/src/sys/unix/stdio.rs +++ b/ctr-std/src/sys/unix/stdio.rs @@ -75,3 +75,7 @@ pub fn is_ebadf(err: &io::Error) -> bool { } pub const STDIN_BUF_SIZE: usize = ::sys_common::io::DEFAULT_BUF_SIZE; + +pub fn stderr_prints_nothing() -> bool { + false +} -- cgit v1.2.3