summaryrefslogtreecommitdiff
path: root/src/errno.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/errno.rs')
-rw-r--r--src/errno.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/errno.rs b/src/errno.rs
index 2b393dee..af962c39 100644
--- a/src/errno.rs
+++ b/src/errno.rs
@@ -562,7 +562,7 @@ mod consts {
#[cfg(any(target_os = "macos", target_os = "ios"))]
mod consts {
- #[deriving(Show, Clone, PartialEq, FromPrimitive)]
+ #[deriving(Copy, Show, Clone, PartialEq, FromPrimitive)]
pub enum Errno {
UnknownErrno = 0,
EPERM = 1,