summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Salmon <asalmon.mm@gmail.com>2017-05-26 13:12:01 -0700
committerAndrew Salmon <asalmon.mm@gmail.com>2017-05-26 13:12:01 -0700
commit35f262a7b7dbc275decbef9339330c5958fd7e5d (patch)
treed7ab244db18c085a1282c925a3b767251062113f
parent8239c0af1ec598ee2f3a622e5c118c4cfa55c02b (diff)
parentd3535f6549f1060d4e9c861e7e52b70bb5d8019b (diff)
downloadrust-libc-35f262a7b7dbc275decbef9339330c5958fd7e5d.tar.gz
Merge branch 'posix' of https://github.com/Uplifting/libc into posix
-rw-r--r--src/dox.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dox.rs b/src/dox.rs
index fbec3f2d4e..41aac385f4 100644
--- a/src/dox.rs
+++ b/src/dox.rs
@@ -26,6 +26,9 @@ mod imp {
#[lang = "copy"]
pub trait Copy {}
+ #[lang = "freeze"]
+ pub trait Freeze {}
+
#[lang = "sync"]
pub trait Sync {}
impl<T> Sync for T {}