about summary refs log tree commit diff
path: root/src/libstd/sys/sgx/pipe.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstd/sys/sgx/pipe.rs')
-rw-r--r--src/libstd/sys/sgx/pipe.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libstd/sys/sgx/pipe.rs b/src/libstd/sys/sgx/pipe.rs
index eed8d1fdd56..10d0925823e 100644
--- a/src/libstd/sys/sgx/pipe.rs
+++ b/src/libstd/sys/sgx/pipe.rs
@@ -12,7 +12,7 @@ impl AnonPipe {
         match self.0 {}
     }
 
-    pub fn can_read_vectored(&self) -> bool {
+    pub fn is_read_vectored(&self) -> bool {
         match self.0 {}
     }
 
@@ -24,7 +24,7 @@ impl AnonPipe {
         match self.0 {}
     }
 
-    pub fn can_write_vectored(&self) -> bool {
+    pub fn is_write_vectored(&self) -> bool {
         match self.0 {}
     }